Closed HamzaIsrar12 closed 1 year ago
Patch coverage has no change and project coverage change: -0.01%
:warning:
Comparison is base (
5b3043d
) 1.13% compared to head (0c16e30
) 1.13%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
LEARNER-9520
The issue arises when attempting to log out the learner during the login process. The problem is caused by the presence of multiple Microsoft client instances across various threads. To address this, we have successfully resolved the issue by transitioning to a callback-based approach for signing out the learner.