Skip to content

Commit 4081637

Browse files
fix: default config variable name.
1 parent ebe364d commit 4081637

File tree

1 file changed

+1
-1
lines changed
  • src/runtime/server/lib/oauth

1 file changed

+1
-1
lines changed

src/runtime/server/lib/oauth/oidc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface OAuthOidcConfig {
4040
userinfoUrl?: string
4141
/**
4242
* OIDC Redirect URI
43-
* @default process.env.NUXT_OAUTH_OIDC_TOKEN_URL
43+
* @default process.env.NUXT_OAUTH_OIDC_USERINFO_URL
4444
*/
4545
redirectUri?: string
4646
/**

0 commit comments

Comments
 (0)