Skip to content

Commit

Permalink
fix(cookie): secure type
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 17, 2024
1 parent f903da2 commit 697340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type FormsSettings = {
httpOnly?: boolean
sameSite?: boolean | 'lax' | 'strict' | 'none'
maxAge?: number
path?: string
path?: string
secure?: boolean
}
},
Expand Down

0 comments on commit 697340a

Please sign in to comment.