v0.12.7 FCM bug fixes
This commit is contained in:
@@ -42,6 +42,7 @@ export function AuthProvider({ children }) {
|
||||
try { await api.logout(); } catch {}
|
||||
localStorage.removeItem('tc_token');
|
||||
sessionStorage.removeItem('tc_token');
|
||||
localStorage.removeItem('rc_fcm_token');
|
||||
setUser(null);
|
||||
setMustChangePassword(false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user