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

Remove login form.

parent 1344048d
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!43Move back cookie fetch to SignInForm. Role fetched and saved into a Context. Small refactorings.
...@@ -54,9 +54,6 @@ export const App: FC = () => { ...@@ -54,9 +54,6 @@ export const App: FC = () => {
<Route exact path={NonAuthRoutes.home} component={LandingPage} /> <Route exact path={NonAuthRoutes.home} component={LandingPage} />
<AuthContext.Provider value={value}> <AuthContext.Provider value={value}>
<Route path={NonAuthRoutes.auth} component={AuthUser} /> <Route path={NonAuthRoutes.auth} component={AuthUser} />
<Route path="/signIn" component={SignInForm} />
<PrivateRoute <PrivateRoute
path={AuthRoutes.dashboard} path={AuthRoutes.dashboard}
Component={HomePage} Component={HomePage}
......
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