fix: Improve login page appearance

This commit is contained in:
Maksim Eltyshev
2025-12-08 21:08:51 +01:00
parent 95ae3affd9
commit 26200754f3
9 changed files with 82 additions and 49 deletions
-7
View File
@@ -129,13 +129,6 @@ export default (state = initialState, { type, payload }) => {
},
};
case ActionTypes.CONFIG_UPDATE__SUCCESS:
return {
...state,
config: {
...state.config,
...payload.config,
},
};
case ActionTypes.CONFIG_UPDATE_HANDLE:
return {
...state,