Skip to content

Commit 79a319d

Browse files
committed
Fix style
1 parent 4f4d7ed commit 79a319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidc_auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class OpenIDConnectAuth implements Authenticator {
137137
const configuration = await oidc.discovery(
138138
user.authProvider.config['idp-issuer-url'],
139139
user.authProvider.config['client-id'],
140-
metadata
140+
metadata,
141141
);
142142
return new OidcClient(configuration);
143143
}

0 commit comments

Comments
 (0)