Removed semicolon
This commit is contained in:
@@ -69,7 +69,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au
|
|||||||
// pass action authorizeOauth2 and authentication data through window
|
// pass action authorizeOauth2 and authentication data through window
|
||||||
// to authorize with oauth2
|
// to authorize with oauth2
|
||||||
|
|
||||||
let callback;
|
let callback
|
||||||
if (flow === "implicit") {
|
if (flow === "implicit") {
|
||||||
callback = authActions.preAuthorizeImplicit
|
callback = authActions.preAuthorizeImplicit
|
||||||
} else if (authConfigs.useBasicAuthenticationWithAccessCodeGrant) {
|
} else if (authConfigs.useBasicAuthenticationWithAccessCodeGrant) {
|
||||||
|
|||||||
Reference in New Issue
Block a user