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 bdc675e commit 9938805Copy full SHA for 9938805
src/utils/AuthService.ts
@@ -206,6 +206,7 @@ export function logout(
206
userManagerInstance: UserManager
207
) {
208
sessionStorage.removeItem(hackAuthorityKey); //To remove when hack is removed
209
+ sessionStorage.removeItem(oidcHackReloadedKey);
210
return userManagerInstance.getUser().then((user) => {
211
if (user) {
212
// We don't need to check if token is valid at this point
0 commit comments