Skip to content

Commit

Permalink
fix: default config variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianmikus committed Nov 29, 2023
1 parent def56d9 commit 534b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/lib/oauth/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface OAuthOidcConfig {
userinfoUrl?: string
/**
* OIDC Redirect URI
* @default process.env.NUXT_OAUTH_OIDC_TOKEN_URL
* @default process.env.NUXT_OAUTH_OIDC_USERINFO_URL
*/
redirectUri?: string
/**
Expand Down

0 comments on commit 534b278

Please sign in to comment.