Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 534b278

Browse files
committedNov 29, 2023
fix: default config variable name.
1 parent def56d9 commit 534b278

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)
Please sign in to comment.