mirror of https://github.com/node-red/node-red.git
Merge pull request #3388 from mw75/strategy_in_verify
OAuth/OpenID logout with Keycloak - Forum 57492pull/3541/head
commit
14c23051ee
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue