fix and update
This commit is contained in:
@@ -179,7 +179,7 @@ export async function attachFedcmCookieFromAuthResult(
|
||||
}
|
||||
|
||||
const userId = data.user?.id;
|
||||
if (!userId) return;
|
||||
if (!userId || !data.sessionId) return;
|
||||
|
||||
await setFedcmSessionCookie(res, jwt, {
|
||||
sub: userId,
|
||||
|
||||
Reference in New Issue
Block a user