feat: refresh token added

This commit is contained in:
مهرزاد قدرتی
2025-08-16 14:38:45 +03:30
parent ba73dbf191
commit 0548118208
5 changed files with 122 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { getAccessToken } from '@/lib/apiClient';
import { getAccessToken } from '@/features/authorization/api/identityAPI';
import { type PropsWithChildren } from 'react';
import { Navigate } from 'react-router-dom';