Rename oauth auth scheme to strategy as it works for openid

This commit is contained in:
Nick O'Leary
2017-04-21 21:54:48 +01:00
parent fb05960d79
commit 72da7e6c54
4 changed files with 17 additions and 17 deletions

View File

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