1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

OAuth/OpenID logout with Keycloak - Forum 57492

This commit is contained in:
Mario Wolff 2022-01-31 08:03:34 +01:00
parent b7bae18849
commit 5a9d858604

View File

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