fix and update
This commit is contained in:
@@ -703,6 +703,8 @@ export function AuthProvider({ children }: { children: React.ReactNode }) {
|
||||
|
||||
if (shouldFinalizeFedcmLogin(pathname)) {
|
||||
await finalizeFedcmLogin(response.accessToken);
|
||||
} else {
|
||||
void syncFedcmSession(response.accessToken);
|
||||
}
|
||||
},
|
||||
[pathname, router, user?.id, warmUpAndApplySession]
|
||||
|
||||
Reference in New Issue
Block a user