Skip to content

Commit

Permalink
Role dynamically added
Browse files Browse the repository at this point in the history
  • Loading branch information
pandutibil committed Nov 10, 2023
1 parent cf7bcfd commit b8cc870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/dashboard/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit b8cc870

Please sign in to comment.