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