adding reducer and saga for employee
This commit is contained in:
@@ -27,3 +27,9 @@ export function loginEmployeeSuccess(technician) {
|
||||
payload: technician
|
||||
}
|
||||
}
|
||||
export function loginEmployeeFal(error) {
|
||||
return {
|
||||
type: EmployeeActionTypes.AUTHORIZING_EMPLOYEE_FALURE,
|
||||
error: error
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user