Skip to content

Commit

Permalink
fix(oauth): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Aug 28, 2024
1 parent b6c64ea commit 16e197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oauth_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class OAuthService implements OAuthServiceImplementation<WithRequestID> {
return {
links: Object.assign({},
...Object.entries(this.clients).map(([key, value]) => ({
key: value.getAuthorizeUrl({
[key]: value.getAuthorizeUrl({
redirect_uri: this.cfg.get('oauth:redirect_uri_base') + key,
scope: this.cfg.get('oauth:services:' + key + ':scope'),
response_type: 'code',
Expand Down

0 comments on commit 16e197b

Please sign in to comment.