From fb7a6e56ffacf34df0921568ce41e491e2ff5e43 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Sun, 16 May 2021 15:41:03 +0200
Subject: [PATCH] Remove login form.

---
 src/App.tsx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/App.tsx b/src/App.tsx
index 10c472a..2923c4b 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -54,9 +54,6 @@ export const App: FC = () => {
             <Route exact path={NonAuthRoutes.home} component={LandingPage} />
             <AuthContext.Provider value={value}>
               <Route path={NonAuthRoutes.auth} component={AuthUser} />
-
-              <Route path="/signIn" component={SignInForm} />
-
               <PrivateRoute
                 path={AuthRoutes.dashboard}
                 Component={HomePage}
-- 
GitLab