Merge pull request #1065 from fllppi/fix/oidc-redirect
This commit is contained in:
commit
85a410256a
|
|
@ -56,7 +56,7 @@ export class OauthProvider implements ProvidersInterface {
|
|||
redirect_uri: `${this.frontendUrl}/settings`,
|
||||
});
|
||||
|
||||
return `${this.authUrl}/?${params.toString()}`;
|
||||
return `${this.authUrl}?${params.toString()}`;
|
||||
}
|
||||
|
||||
async getToken(code: string): Promise<string> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue