Skip to content
Snippets Groups Projects
Verified Commit 6b8d2a60 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Define routes for SignUp and auth

parent fb4430c3
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!40Sign up/Log in form nest into AuthUser
...@@ -13,6 +13,8 @@ export enum AuthRoutes { ...@@ -13,6 +13,8 @@ export enum AuthRoutes {
*/ */
export enum NonAuthRoutes { export enum NonAuthRoutes {
home = '/', home = '/',
auth = '/auth',
signIn = '/signIn', signIn = '/signIn',
signUp = '/signUp',
unauthorized = '/unauthorized', unauthorized = '/unauthorized',
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment