From ab55dd8c4b953ea98151f46c81f27f28cfcb8642 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 16 Oct 2023 17:58:42 +0200 Subject: [PATCH] Update 2.nuxt-config.md --- docs/content/v0.6/2.configuration/2.nuxt-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/v0.6/2.configuration/2.nuxt-config.md b/docs/content/v0.6/2.configuration/2.nuxt-config.md index 53eea6a4..242b26ac 100644 --- a/docs/content/v0.6/2.configuration/2.nuxt-config.md +++ b/docs/content/v0.6/2.configuration/2.nuxt-config.md @@ -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' } */ @@ -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' */