From a09e0b8b4ae69c4562bf1fcae46cf5d2a69d00c5 Mon Sep 17 00:00:00 2001 From: Eric Turcotte Date: Thu, 13 Jul 2017 11:16:47 -0500 Subject: [PATCH] Removed semicolon --- 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 f09d379c..2e36010e 100644 --- a/src/core/oauth2-authorize.js +++ b/src/core/oauth2-authorize.js @@ -69,7 +69,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au // pass action authorizeOauth2 and authentication data through window // to authorize with oauth2 - let callback; + let callback if (flow === "implicit") { callback = authActions.preAuthorizeImplicit } else if (authConfigs.useBasicAuthenticationWithAccessCodeGrant) {