Skip to content

Commit 6ae9543

Browse files
committed
minor update
1 parent ceb1272 commit 6ae9543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Authentication/2-sign-in-b2c/App/authPopup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ myMSALObj.addEventCallback((event) => {
3636
// silently login again with the signUpSignIn policy
3737
myMSALObj.ssoSilent(signUpSignInFlowRequest)
3838
.then(() => {
39-
// window.location.reload();
39+
window.location.reload();
4040
}).catch((error) => {
4141
console.log(error);
4242
if (error instanceof msal.InteractionRequiredAuthError) {

0 commit comments

Comments
 (0)