fix and update
This commit is contained in:
@@ -160,7 +160,9 @@ export function AuthProvider({ children }: { children: React.ReactNode }) {
|
||||
setHasStoredSession(true);
|
||||
clearPinLock();
|
||||
if (auth.pinVerified !== false) {
|
||||
void syncFedcmSession(auth.accessToken);
|
||||
window.setTimeout(() => {
|
||||
void syncFedcmSession(auth.accessToken);
|
||||
}, 300);
|
||||
}
|
||||
},
|
||||
[clearPinLock]
|
||||
|
||||
Reference in New Issue
Block a user