Skip to content

Commit

Permalink
Merge pull request #51 from ramvr1256/login-fix
Browse files Browse the repository at this point in the history
Fix: Reload issue after login
  • Loading branch information
avikganguly01 authored Nov 2, 2022
2 parents 5bd3487 + 9615985 commit 2ba203c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/core/route/route.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export class Route {
component: ShellComponent,
children: routes,
canActivate: [AuthenticationGuard],
// Reuse ShellComponent instance when navigating between child views
data: { reuse: true }
};
}

Expand Down

0 comments on commit 2ba203c

Please sign in to comment.