Renamed authorizeAccessCodeWithQueryParams->authorizeAccessCodeWithFormParams

since that is technically correct
This commit is contained in:
Eric Turcotte
2017-07-13 10:53:36 -05:00
parent b06971bf81
commit badfea61c3
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au
} else if (authConfigs.useBasicAuthenticationWithAccessCodeGrant) {
callback = authActions.authorizeAccessCodeWithBasicAuthentication
} else {
callback = authActions.authorizeAccessCodeWithQueryParams
callback = authActions.authorizeAccessCodeWithFormParams
}
win.swaggerUIRedirectOauth2 = {