Skip to content

Commit

Permalink
fix: session guard stub to use correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 19, 2024
1 parent d64097d commit aa7c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/stubs/config/session_with_lucid.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const authConfig = defineConfig({
default: 'web',
guards: {
web: sessionGuard({
useRememberTokens: false,
useRememberMeTokens: false,
provider: sessionUserProvider({
model: () => import('#models/user')
}),
Expand Down

0 comments on commit aa7c18f

Please sign in to comment.