Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(user): deny modification of department if not permitted
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 14, 2022
1 parent d06b202 commit df561ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/user/read.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</form>

<form
v-if="mayUpdateUser"
class="user-data-form"
@submit.prevent="updateDepartment">
<h1 class="user-data-form-header">
Expand Down

0 comments on commit df561ea

Please sign in to comment.