fixes password, application oauth2 flows

This commit is contained in:
Anna Bodnia
2017-04-26 17:50:09 +03:00
parent 4c40fa192b
commit bb73dd49d8
7 changed files with 108 additions and 69 deletions

View File

@@ -16,7 +16,7 @@ export default function authorize ( auth, authActions, errActions, configs ) {
}
if (flow === "application") {
authActions.authorizeOauth2Application(auth)
authActions.authorizeApplication(auth)
return
}