From 9615985268892fac8ab3453c0743f9a412af6194 Mon Sep 17 00:00:00 2001 From: Ramveer Date: Wed, 2 Nov 2022 03:19:16 +0530 Subject: [PATCH] Fix Reload issue after login --- src/app/core/route/route.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/core/route/route.service.ts b/src/app/core/route/route.service.ts index bdbbd880..6b1c54f8 100644 --- a/src/app/core/route/route.service.ts +++ b/src/app/core/route/route.service.ts @@ -23,8 +23,6 @@ export class Route { component: ShellComponent, children: routes, canActivate: [AuthenticationGuard], - // Reuse ShellComponent instance when navigating between child views - data: { reuse: true } }; }