From e19b1215aac2fcc6970e95004261000211b85921 Mon Sep 17 00:00:00 2001
From: Baptiste Toulemonde <toulemonde@cines.fr>
Date: Tue, 21 Dec 2021 09:25:49 +0100
Subject: [PATCH] fix routing

---
 src/app/app-routing.module.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 43a43caf0..61ed7455d 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -18,7 +18,6 @@ export interface ICustomRoute extends Route {
 
 
 const routes: ICustomRoute[] = [
-  { path: '', redirectTo: '/dashboard', pathMatch: 'full' },
   {path: 'callback', component: CallbackComponent},
   { path: 'dashboard', component: DashboardComponent, canActivate: [ FdpGuard, AuthGuardService],
       children: [
-- 
GitLab