feat: Add legal requirements (#1306)

This commit is contained in:
Maksim Eltyshev
2025-08-21 15:10:02 +02:00
committed by GitHub
parent bb40a22563
commit 2f4bcb0583
122 changed files with 1522 additions and 81 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export default (state = initialState, { type, payload }) => {
...state,
homeView: payload.value,
};
case ActionTypes.LOGOUT__ACCESS_TOKEN_INVALIDATE:
case ActionTypes.LOGOUT__ACCESS_TOKEN_REVOKE:
return {
...state,
isLogouting: true,