revert test
This commit is contained in:
parent
ddc996b5bf
commit
b4befa02fc
@ -229,7 +229,7 @@ export class OAuth2ClientService {
|
|||||||
return !!(await this.clientUrlRepository.findOne({
|
return !!(await this.clientUrlRepository.findOne({
|
||||||
where: {
|
where: {
|
||||||
client: { client_id: id },
|
client: { client_id: id },
|
||||||
url: decodeURIComponent(url),
|
url,
|
||||||
type: OAuth2ClientURLType.REDIRECT_URI,
|
type: OAuth2ClientURLType.REDIRECT_URI,
|
||||||
},
|
},
|
||||||
relations: ['client'],
|
relations: ['client'],
|
||||||
|
Reference in New Issue
Block a user