We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb1272 commit 6ae9543Copy full SHA for 6ae9543
1-Authentication/2-sign-in-b2c/App/authPopup.js
@@ -36,7 +36,7 @@ myMSALObj.addEventCallback((event) => {
36
// silently login again with the signUpSignIn policy
37
myMSALObj.ssoSilent(signUpSignInFlowRequest)
38
.then(() => {
39
- // window.location.reload();
+ window.location.reload();
40
}).catch((error) => {
41
console.log(error);
42
if (error instanceof msal.InteractionRequiredAuthError) {
0 commit comments