Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSAL Verification Page Spinner Not Dismissing in iOS 18.1.1 #2410

Closed
diwakar445 opened this issue Dec 3, 2024 · 1 comment
Closed

MSAL Verification Page Spinner Not Dismissing in iOS 18.1.1 #2410

diwakar445 opened this issue Dec 3, 2024 · 1 comment
Assignees

Comments

@diwakar445
Copy link

We are encountering an issue with the MSAL library where the verification page's spinner does not dismiss as expected after completing the operation. This leads to confusion for users, as they are unsure whether the process is complete.

Steps to Reproduce:

Integrate MSAL library for [platform] in the application.
Use a policy with email verification (e.g., Password Reset, Signup/Signin).
Perform actions to trigger the verification process.
Observe that the spinner remains visible even after the expected process is completed.

Expected Behavior:
The spinner should dismiss automatically once the verification process is completed or after an API call's success/failure response is handled.

Actual Behavior:
The spinner remains on the screen indefinitely, despite the operation being completed or an error being encountered.

Environment:
msal_verification_spinner_issue_ios18 1 1

MSAL Version: 1.6.2]
Platform: iOS - 18.1.1

@ameyapat
Copy link
Contributor

This spinner doesn't look like something MSAL does. Can you confirm if it is something else from your app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants