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

View File

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