Skip to content

Commit

Permalink
Fixing signout error
Browse files Browse the repository at this point in the history
  • Loading branch information
akizito committed May 24, 2024
1 parent 7271e26 commit 846d722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nesis/frontend/client/src/SessionContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function logoutMicrosoft(config) {
},
});
await msalInstance.initialize();
msalInstance.logoutRedirect();
await msalInstance.logoutRedirect();
} catch (e) {
/* ignored */
}
Expand Down

0 comments on commit 846d722

Please sign in to comment.