diff --git a/src/app/views/dashboard/dashboard.component.ts b/src/app/views/dashboard/dashboard.component.ts index 514fcc18..b15499a0 100644 --- a/src/app/views/dashboard/dashboard.component.ts +++ b/src/app/views/dashboard/dashboard.component.ts @@ -65,7 +65,7 @@ export class DashboardComponent implements OnInit { this._authService.startRefreshTokenTimer(); this._authService.updateSideNav(true); let preferences = { - role: 1 + role: environment.config === 'NVSK' ? 0 : 1 } this.setStateDetails(preferences) }