test
This commit is contained in:
parent
7a2e4a90cb
commit
ddc996b5bf
@ -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'],
|
||||
|
Reference in New Issue
Block a user