Skip to content

Commit

Permalink
move register page route
Browse files Browse the repository at this point in the history
  • Loading branch information
kygchng committed Jan 23, 2025
1 parent d53053f commit 067f027
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function App() {
<Route path="/login" element={<LoginPage />} />
{/* <Route path="/admin" element={<TempAdminDashboardPage />} /> */}
{/* <Route path="/admin" element={<TempAdminDashboardPage />} /> */}
<Route path="/register" element={<RegisterPage />} />
<Route
path="/verify-account/:token"
element={<VerifyAccountPage />}
Expand Down

0 comments on commit 067f027

Please sign in to comment.