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
|
||||
// to authorize with oauth2
|
||||
|
||||
let callback;
|
||||
let callback
|
||||
if (flow === "implicit") {
|
||||
callback = authActions.preAuthorizeImplicit
|
||||
} else if (authConfigs.useBasicAuthenticationWithAccessCodeGrant) {
|
||||
|
||||
Reference in New Issue
Block a user