Fix fragment check
This commit is contained in:
parent
5faa30d691
commit
3e6a335ab3
@ -254,7 +254,7 @@ export class OAuth2AuthorizationController {
|
|||||||
url,
|
url,
|
||||||
resObj,
|
resObj,
|
||||||
redirectUri,
|
redirectUri,
|
||||||
grantTypes.every((entry) => entry === 'authorization_code'),
|
!grantTypes.every((entry) => entry === 'authorization_code'),
|
||||||
state
|
state
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user