removed on signout autologout action
Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it>
This commit is contained in:
@@ -96,7 +96,6 @@ export const useSignInProviders = (
|
||||
IdentityApiSignOutProxy.from({
|
||||
identityApi,
|
||||
signOut: async () => {
|
||||
localStorage.removeItem(LAST_SEEN_ONLINE_STORAGE_KEY);
|
||||
localStorage.removeItem(PROVIDER_STORAGE_KEY);
|
||||
await identityApi.signOut?.();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user