Skip to content

Commit

Permalink
disable access to vcs access token settings for students completely
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Jan 23, 2025
1 parent 83da1fc commit ed9489d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ export const userSettingsState: Routes = [
loadComponent: () =>
import('app/shared/user-settings/vcs-access-tokens-settings/vcs-access-tokens-settings.component').then((m) => m.VcsAccessTokensSettingsComponent),
data: {
authorities: [Authority.ADMIN, Authority.INSTRUCTOR, Authority.EDITOR, Authority.TA],
pageTitle: 'artemisApp.userSettings.categories.VCS_TOKEN_SETTINGS',
},
canActivate: [UserRouteAccessService],
},
{
path: 'ide-preferences',
Expand Down

0 comments on commit ed9489d

Please sign in to comment.