mirror of
https://github.com/immich-app/immich.git
synced 2024-12-31 00:43:56 -05:00
fix: oauth
This commit is contained in:
parent
e57bd94f04
commit
bf2f417e9e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export class AuthService extends BaseService {
|
|||
throw new BadRequestException('OAuth is not enabled');
|
||||
}
|
||||
|
||||
const url = await this.oauthRepository.authorize(oauth, dto.redirectUri);
|
||||
const url = await this.oauthRepository.authorize(oauth, this.normalize(oauth, dto.redirectUri));
|
||||
return { url };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue