Update requirement files with new feature templates and fix backend API error message, along with mobile project config updates and documentation improvements
This commit is contained in:
@@ -19,5 +19,7 @@ export function userReducer(state: UserState, action: UserActions): UserState {
|
||||
return { ...state, token: action.token };
|
||||
case 'check-user-session':
|
||||
return { ...state, isSessionValid: action.sessionValid };
|
||||
default:
|
||||
return { ...state };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user