Skip to content

Commit 094ca26

Browse files
committed
update docs
1 parent 3d83c52 commit 094ca26

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface OAuthOidcConfig {
2020
* Alternatively, an object can be set with the required endpoint URLs.
2121
*
2222
* @default process.env.NUXT_OAUTH_OIDC_OPENID_CONFIG
23-
* @example "https://my-provider.com/nidp/oauth/nam/.well-known/openid-configuration"
23+
* @example "https://my-provider.com/.well-known/openid-configuration"
2424
*/
2525
openidConfig?: string | OIDCConfiguration
2626
/**

0 commit comments

Comments
 (0)