Send redirect url when authenticating with oauth2-authorization_code
also fix indentations of files
This commit is contained in:
@@ -71,6 +71,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au
|
||||
win.swaggerUIRedirectOauth2 = {
|
||||
auth: auth,
|
||||
state: state,
|
||||
redirectUrl: redirectUrl,
|
||||
callback: flow === "implicit" ? authActions.preAuthorizeImplicit : authActions.authorizeAccessCode,
|
||||
errCb: errActions.newAuthErr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user