Skip to content

Commit

Permalink
Update 2.nuxt-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Oct 16, 2023
1 parent 1c9aacb commit ab55dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/v0.6/2.configuration/2.nuxt-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type ProviderLocal = {
*/
endpoints?: {
/**
* What method and path to call to perform the sign-in. This endpoint must return a token that can be used to authenticate subsequent requests. This page will also not be blocked by the global middleware.
* What method and path to call to perform the sign-in. This endpoint must return a token that can be used to authenticate subsequent requests.
*
* @default { path: '/login', method: 'post' }
*/
Expand Down Expand Up @@ -164,7 +164,7 @@ type ProviderLocal = {
*/
pages?: {
/**
* Path of the login-page that the user should be redirected to, when they try to access a protected page without being logged in.
* Path of the login-page that the user should be redirected to, when they try to access a protected page without being logged in. This page will also not be blocked by the global middleware.
*
* @default '/login'
*/
Expand Down

0 comments on commit ab55dd8

Please sign in to comment.