Copilot Usage Confirmation
MSAL Version
2.13.0
Description
I'm getting "Enter a valid email address, phone number or Skype name" error message when try to login using MSAL v2.13.0. However I'm already using a valid email.
if I used another email then back to the original email it works fine.
Also if I dismissed the login view, then open it again and used the same email it works fine.
Also sometimes if I erased the email text field then wrote the same email again it works fine.
Error Details
Enter a valid email address, phone number or Skype name
MSAL Logs
No logs, App crash when try to login after setting "MSALGlobalConfig.loggerConfig.setLogCallback" once in the app launch.
Reproduction Steps
Normal login process
- create MSALPublicClientApplicationConfig using clientId, redirectUri, authority
- create MSALPublicClientApplication
- create MSALWebviewParameters using my view controller, authenticationSession, prefersEphemeralWebBrowserSession = true
- create MSALInteractiveTokenParameters
- call applicationContext.acquireToken
Expected Behavior
the email is correct and login should succeed
Regression
1.9.0
Screenshots & Screen Recordings
Additional context
No response
Copilot Usage Confirmation
MSAL Version
2.13.0
Description
I'm getting "Enter a valid email address, phone number or Skype name" error message when try to login using MSAL v2.13.0. However I'm already using a valid email.
if I used another email then back to the original email it works fine.
Also if I dismissed the login view, then open it again and used the same email it works fine.
Also sometimes if I erased the email text field then wrote the same email again it works fine.
Error Details
Enter a valid email address, phone number or Skype name
MSAL Logs
No logs, App crash when try to login after setting "MSALGlobalConfig.loggerConfig.setLogCallback" once in the app launch.
Reproduction Steps
Normal login process
Expected Behavior
the email is correct and login should succeed
Regression
1.9.0
Screenshots & Screen Recordings
Additional context
No response