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
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
......@@ -13,6 +13,8 @@ export enum AuthRoutes {
*/
export enum NonAuthRoutes {
home = '/',
auth = '/auth',
signIn = '/signIn',
signUp = '/signUp',
unauthorized = '/unauthorized',
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment