This commit is contained in:
omkieit 2024-09-08 13:31:14 +05:30
parent a29ca47cf2
commit 11d8db8ebd
3 changed files with 18 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- fonts --> <!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&family=Sen:wght@400;700;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-BW2rcfzq.js"></script> <script type="module" crossorigin src="/assets/index-DeXuKgrH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CyAHZLBw.css"> <link rel="stylesheet" crossorigin href="/assets/index-CyAHZLBw.css">
</head> </head>

View File

@ -27,7 +27,7 @@ const App = () => {
/> />
<Route path="/users/:id/verify/:token" element={<VerifyUser />} /> <Route path="/users/:id/verify/:token" element={<VerifyUser />} />
<Route path="/email" element={<VerifyUser />} />
</Routes> </Routes>
</BrowserRouter> </BrowserRouter>