changes based on review comments

This commit is contained in:
Giuseppe Digilio
2018-05-23 18:13:34 +02:00
parent 4a697c09f6
commit e0efa5f8e5
22 changed files with 175 additions and 258 deletions

View File

@@ -329,8 +329,7 @@ export class SetRedirectUrlAction implements Action {
* @type {AuthActions}
*/
export type AuthActions
=
AuthenticateAction
= AuthenticateAction
| AuthenticatedAction
| AuthenticatedErrorAction
| AuthenticatedSuccessAction