From e8772fbe2a8c5d40f6bdd2f2984a83fcd0725e91 Mon Sep 17 00:00:00 2001 From: Josh Ponelat Date: Tue, 24 Oct 2017 12:40:07 +0200 Subject: [PATCH] fix typo in error message --- src/core/oauth2-authorize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/oauth2-authorize.js b/src/core/oauth2-authorize.js index c5521aaf..0de353d2 100644 --- a/src/core/oauth2-authorize.js +++ b/src/core/oauth2-authorize.js @@ -46,7 +46,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au authId: name, source: "validation", level: "error", - message: "oauth2RedirectUri configuration is not passed. Oauth2 authorization cannot be performed." + message: "oauth2RedirectUrl configuration is not passed. Oauth2 authorization cannot be performed." }) return }