mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -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');
|
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 };
|
return { url };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue