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
When the login process fails because the requested account has not yet been confirmed, return an exception message to indicate the the failure was due to an unconfirmed account.
The text was updated successfully, but these errors were encountered:
The cloud session server returns a failure notice with an error code of 430 when a login attempt is received and the account is attempting to use an unconfirmed email address. The cloud-session-java-client is responsible for acting on this failure.
Verified that the cloud-session-java-client is receiving the error code and is throwing the correct UnconfirmedEmailException. Checking the BlocklyProp project to see where this is failing.
When the login process fails because the requested account has not yet been confirmed, return an exception message to indicate the the failure was due to an unconfirmed account.
The text was updated successfully, but these errors were encountered: