Fix fragment check

This commit is contained in:
Evert Prants 2025-02-18 20:57:50 +02:00
parent 5faa30d691
commit 3e6a335ab3
Signed by: evert
GPG Key ID: 0960A17F9F40237D

View File

@ -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
); );
}; };