Skip to content

Commit

Permalink
Session
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jan 7, 2025
1 parent 4ba8b56 commit 4c3b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const setupAuth = (c: Context) => {
secure: true,
sameSite: "lax",
domain: ".languine.ai",
path: "/",
path: "*",
partitioned: false,
},
},
Expand Down

0 comments on commit 4c3b8fe

Please sign in to comment.