We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d7ed commit 79a319dCopy full SHA for 79a319d
src/oidc_auth.ts
@@ -137,7 +137,7 @@ export class OpenIDConnectAuth implements Authenticator {
137
const configuration = await oidc.discovery(
138
user.authProvider.config['idp-issuer-url'],
139
user.authProvider.config['client-id'],
140
- metadata
+ metadata,
141
);
142
return new OidcClient(configuration);
143
}
0 commit comments