test
This commit is contained in:
parent
7a2e4a90cb
commit
ddc996b5bf
@ -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,
|
url: decodeURIComponent(url),
|
||||||
type: OAuth2ClientURLType.REDIRECT_URI,
|
type: OAuth2ClientURLType.REDIRECT_URI,
|
||||||
},
|
},
|
||||||
relations: ['client'],
|
relations: ['client'],
|
||||||
|
Reference in New Issue
Block a user