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

Remove deprecated property.

parent 64933eed
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!44New route type (RestrictedRoute) and better api calls.
......@@ -14,7 +14,6 @@ export const AuthUser: FC = () => {
<RestrictedRoute
path={`${path}${NonAuthRoutes.signIn}`}
Component={SignInForm}
restricted
/>
<Route path={`${path}${NonAuthRoutes.signUp}`} component={SignUpForm} />
<Route path={`${path}${AuthRoutes.choseRole}`} component={ChoseRole} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment