Merge pull request #3388 from mw75/strategy_in_verify

OAuth/OpenID logout with Keycloak - Forum 57492
This commit is contained in:
Nick O'Leary 2022-04-20 10:24:58 +01:00 committed by GitHub
commit 14c23051ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function genericStrategy(adminApp,strategy) {
}
};
options.verify.apply(null,args);
options.verify.apply(this,args);
} else {
var profile = arguments[arguments.length - 2];
return completeVerify(profile,originalDone);