Skip to content

Commit

Permalink
signup page + app changes for signup page, git fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
happyjoytotheworld committed Oct 27, 2024
1 parent a28bd1a commit bffa945
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 472 deletions.
2 changes: 0 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import EmailResetPasswordPage from './Authentication/EmailResetPasswordPage.tsx'
import ResetPasswordPage from './Authentication/ResetPasswordPage.tsx';
import AlertPopup from './components/AlertPopup.tsx';
import InviteRegisterPage from './Authentication/InviteRegisterPage.tsx';
import SignUpPage from './SignUp/SignUpPage.tsx';

function App() {
return (
Expand All @@ -36,7 +35,6 @@ function App() {
<Routes>
{/* Routes accessed only if user is not authenticated */}
<Route element={<UnauthenticatedRoutesWrapper />}>
<Route path="/signup" element={<SignUpPage />} />
<Route path="/login" element={<LoginPage />} />
<Route path="/register" element={<RegisterPage />} />
<Route
Expand Down
Loading

0 comments on commit bffa945

Please sign in to comment.