forked from hazza/dspace-angular
fixes
This commit is contained in:
@@ -74,6 +74,11 @@ export function authReducer(state: any = initialState, action: AuthActions): Aut
|
||||
info: undefined
|
||||
});
|
||||
|
||||
case AuthActionTypes.AUTHENTICATED:
|
||||
return Object.assign({}, state, {
|
||||
loading: true
|
||||
});
|
||||
|
||||
case AuthActionTypes.AUTHENTICATED_ERROR:
|
||||
return Object.assign({}, state, {
|
||||
authenticated: false,
|
||||
|
Reference in New Issue
Block a user