#45 Add student form, unenroll button

This commit was merged in pull request #51.
This commit is contained in:
2023-04-13 18:07:06 -04:00
parent a6ae87abf2
commit 29e417c9d0
2 changed files with 83 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ function App() {
</AuthenticatedRoute>
</Route>
<Route path="/register">
<AuthenticatedRoute>
<AuthenticatedRoute isAuthenticated={false}>
<RegisterPage />
</AuthenticatedRoute>
</Route>