This commit is contained in:
Evert Prants 2022-09-11 14:57:22 +03:00
parent 7a2e4a90cb
commit ddc996b5bf
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export class OAuth2ClientService {
return !!(await this.clientUrlRepository.findOne({
where: {
client: { client_id: id },
url,
url: decodeURIComponent(url),
type: OAuth2ClientURLType.REDIRECT_URI,
},
relations: ['client'],