From 72da7e6c5460b6e23ed24841c704352f733a8e47 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 21 Apr 2017 21:54:48 +0100 Subject: [PATCH] Rename oauth auth scheme to strategy as it works for openid --- editor/js/user.js | 2 +- red/api/auth/index.js | 17 +++++++++-------- red/api/auth/users.js | 11 +++++------ red/api/index.js | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/editor/js/user.js b/editor/js/user.js index 93c7f4349..95c8dc712 100644 --- a/editor/js/user.js +++ b/editor/js/user.js @@ -109,7 +109,7 @@ RED.user = (function() { event.preventDefault(); }); - } else if (data.type == "oauth") { + } else if (data.type == "strategy") { i = 0; for (;i