feat(i18n): update medical verification label to include sea service verification

fix(layouts): import baseApi in BackofficeLayout and PortalLayout for API state management

refactor(auth): remove clearCurrentProfile call on logout and improve cookie removal logic

chore(auth-storage): enhance cookie management with secure and sameSite attributes, and streamline cleanup process
This commit is contained in:
Estifo77
2026-08-10 14:42:21 +03:00
parent 1a0da134a5
commit 4fc73b0567
6 changed files with 1001 additions and 906 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,7 @@ export const en = {
applications: 'Applications',
paymentConfig: 'Payment Config',
analytics: 'Analytics',
medicalVerification: 'Medical Verification',
medicalVerification: 'Medical and Sea Service Verification',
locations: 'Locations',
configuration: 'Configuration',
profile: 'Profile',

View File

@@ -8,7 +8,7 @@ import { AppHeader, AppSidebar } from '@ema-platform/ui';
import type { NavItem, NavSection } from '@ema-platform/ui';
import { notify } from '@ema-platform/ui';
import { AppTopNav, filterByPermissions } from '@ema-platform/ui';
import { useGetQueueCountsQuery } from '@ema-platform/api';
import { baseApi, useGetQueueCountsQuery } from '@ema-platform/api';
import { usePermissions } from '@ema-platform/auth';
import { SUPPORTED_LANGUAGES } from '../i18n/config';
import { useAppDispatch, useAppSelector } from '../store/hooks';