mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rename oauth auth scheme to strategy as it works for openid
This commit is contained in:
@@ -109,7 +109,7 @@ RED.user = (function() {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
} else if (data.type == "oauth") {
|
||||
} else if (data.type == "strategy") {
|
||||
i = 0;
|
||||
for (;i<data.prompts.length;i++) {
|
||||
var field = data.prompts[i];
|
||||
|
Reference in New Issue
Block a user