mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix zen cookie
This commit is contained in:
parent
c450549d0f
commit
0b6b9062d9
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ export function useAuthSession() {
|
|||
return useSession<AuthSession>({
|
||||
password: "0".repeat(32),
|
||||
name: "auth",
|
||||
maxAge: 60 * 60 * 24 * 365,
|
||||
cookie: {
|
||||
secure: false,
|
||||
httpOnly: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue