You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to sign in with an account that was not confirmed throws a WrongCredentialsError. This makes it difficult to give the user feedback on the reason why the login fails. Therefore, if an account is not confirmed, an AccountNotConfirmed error should be thrown.
The text was updated successfully, but these errors were encountered:
Trying to sign in with an account that was not confirmed throws a
WrongCredentialsError
. This makes it difficult to give the user feedback on the reason why the login fails. Therefore, if an account is not confirmed, anAccountNotConfirmed
error should be thrown.The text was updated successfully, but these errors were encountered: