fix and update

This commit is contained in:
lendry
2026-07-07 09:01:49 +03:00
parent 881e5d764b
commit 29306eb2ec
14 changed files with 551 additions and 60 deletions

View File

@@ -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]