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 e69694c commit 0c69cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export const setupAuth = (c: Context) => {
httpOnly: true,
secure: true,
sameSite: "none",
domain: "languine.ai",
// path: "/",
domain: ".languine.ai",
path: "/",
},
},
plugins: [organization()],
Expand Down

0 comments on commit 0c69cff

Please sign in to comment.