Skip to content

Commit bd1db0a

Browse files
committed
feat: fix session
1 parent 126873d commit bd1db0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/origami-web/src/lib/auth/server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export async function getAuth(): Promise<{
2020
credentials: "include",
2121
}).then((res) => res.json());
2222

23+
console.log("session", session);
24+
2325
return session ?? { user: null, session: null };
2426
} catch (error) {
2527
console.error(error);

0 commit comments

Comments
 (0)