From 9b49084b2404053b79fd5a4fdc9e817a263038fd Mon Sep 17 00:00:00 2001 From: FAL-coffee Date: Tue, 27 Feb 2024 12:30:08 +0900 Subject: [PATCH] typo --- docs/content/2.configuration/2.nuxt-config.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/2.configuration/2.nuxt-config.md b/docs/content/2.configuration/2.nuxt-config.md index 07a56028..855fad4e 100644 --- a/docs/content/2.configuration/2.nuxt-config.md +++ b/docs/content/2.configuration/2.nuxt-config.md @@ -196,8 +196,8 @@ type ProviderLocal = { /** * It refers to the name of the property when it is stored in a cookie. * - * @default auth:token - * @example auth.token + * @default auth.token + * @example auth._token */ cookieName?: string, /** @@ -333,8 +333,8 @@ type ProviderRefresh = { /** * It refers to the name of the property when it is stored in a cookie. * - * @default auth:token - * @example auth.token + * @default auth.token + * @example auth._token */ cookieName?: string, /** @@ -382,8 +382,8 @@ type ProviderRefresh = { /** * It refers to the name of the property when it is stored in a cookie. * - * @default auth:token - * @example auth.token + * @default auth.refresh-token + * @example auth._refresh-token */ cookieName?: string, /**