Removed semicolon

This commit is contained in:
Eric Turcotte
2017-07-13 11:16:47 -05:00
parent badfea61c3
commit a09e0b8b4a

View File

@@ -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) {