We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5550ea0 commit a802b6cCopy full SHA for a802b6c
frontend/src/App.tsx
@@ -72,6 +72,7 @@ function App() {
72
path="verifyEmail/:userId?"
73
element={<EmailVerification />}
74
/>
75
+ <Route path="*" element={<Navigate to="/auth/login" />} />
76
</Route>
77
</Routes>
78
</MatchProvider>
0 commit comments