Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 16, 2024
1 parent 78ff0d2 commit ef1835c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/auth/dbauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ cookie: {
Secure: true,
// Domain: 'example.com',
},
// name: 'session_%port%'
// name: 'session_%port%',
}
```

Expand Down Expand Up @@ -566,7 +566,7 @@ export const handler = async (event, context) => {
Path: '/',
SameSite: 'Strict',
Secure: process.env.NODE_ENV !== 'development' ? true : false,
}
},
},

forgotPassword: forgotPasswordOptions,
Expand Down

0 comments on commit ef1835c

Please sign in to comment.