It would be preferred to use errorCode === 4901
to check for existing logins instead of checking the error string. This way you may use it to display a localized error message to the user.
The full list of error codes may be found here.
It would be preferred to use errorCode === 4901
to check for existing logins instead of checking the error string. This way you may use it to display a localized error message to the user.
The full list of error codes may be found here.
Understood @techcoderx
I'll update my code accordingly
via Inbox