Skip to content

Commit

Permalink
fix(cookie): correct production flag check
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Oct 4, 2023
1 parent 5f63011 commit 50001b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/config.stub
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
cookie: {
path: '/',
httpOnly: true,
secure: app.production,
secure: app.inProduction,
sameSite: 'lax',
},

Expand Down

0 comments on commit 50001b5

Please sign in to comment.