Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FAL-coffee authored and phoenix-ru committed Feb 22, 2024
1 parent 062ceb2 commit e21e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/refresh/useAuthState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useAuthState = (): UseAuthStateReturn => {
const localAuthState = useLocalAuthState()
// Re-construct state from cookie, also setup a cross-component sync via a useState hack, see https://github.com/nuxt/nuxt/issues/13020#issuecomment-1397282717
const _rawRefreshTokenCookie = useCookie<string | null>(
config.token.cookieName,
config.refreshToken.cookieName,
{
default: () => null,
maxAge: config.refreshToken.maxAgeInSeconds,
Expand Down

0 comments on commit e21e13e

Please sign in to comment.