Skip to content
Snippets Groups Projects

Feature/registration

Merged Defendi Alberto requested to merge feature/registration into dev
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
src/App.md 0 → 100644
+ 5
0
The folders are divided basing on if the user is authenticated or not authenticated.
For this, the pages are organized as:
- AuthUser: private pages (for authenticated users).
Those pages must be covered by a PrivateRoute except for SignInForm and SignUpForm.
- NonAuthUser: public pages, require a normal Route.
\ No newline at end of file
Loading