revert test

This commit is contained in:
Evert Prants 2022-09-11 15:49:14 +03:00
parent ddc996b5bf
commit b4befa02fc
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: decodeURIComponent(url),
url,
type: OAuth2ClientURLType.REDIRECT_URI,
},
relations: ['client'],