mirror of https://github.com/node-red/node-red.git
OAuth/OpenID logout with Keycloak - Forum 57492
parent
b7bae18849
commit
5a9d858604
|
@ -185,7 +185,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