Added shift clock framework + login on tech console BOD-97 BOD-188
This commit is contained in:
@@ -27,6 +27,7 @@ const applicationReducer = (state = INITIAL_STATE, action) => {
|
||||
...state,
|
||||
technician: action.payload,
|
||||
loginLoading: false,
|
||||
loginError: false,
|
||||
};
|
||||
case TechActionTypes.TECH_LOGIN_FAILURE:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user