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 e8f5574 commit 314baf3
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 @@ -114,7 +114,7 @@ export const setupAuth = (c: Context) => {
httpOnly: true,
secure: true,
sameSite: "none",
domain: ".languine.ai",
domain: "languine.ai",
path: "/",
},
},
Expand Down

0 comments on commit 314baf3

Please sign in to comment.