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 using case insensitive usernameField , If the usernameField contains "+" character, the authentication will fail even if the user enters correct credentials. Error:
{
message:Password or username is incorrect
name:IncorrectUsernameError
}
The text was updated successfully, but these errors were encountered:
When using case insensitive
usernameField
, If theusernameField
contains "+" character, the authentication will fail even if the user enters correct credentials.Error:
The text was updated successfully, but these errors were encountered: