change login

This commit is contained in:
hamid zarghami
2025-11-16 11:19:40 +03:30
parent 3c14645fb5
commit 3592b4cdae
7 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import Login from '../pages/auth/Login'
const Auth: FC = () => {
return (
<Routes>sa
<Route path={Pages.auth.login} element={<Login />} />
<Route path={Pages.auth.login + '/:slug'} element={<Login />} />
</Routes>
)
}