Skip to content

Commit

Permalink
add secure type
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 17, 2024
1 parent 4bac2e7 commit f903da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type FormsSettings = {
sameSite?: boolean | 'lax' | 'strict' | 'none'
maxAge?: number
path?: string
secure?: boolean
}
},
secret?: string,
Expand Down

0 comments on commit f903da2

Please sign in to comment.