Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/app/user/user-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
role="form"
novalidate
[formGroup]="mfaForm"
*ngIf="existentUser && existentUser.id && hasRoleAdmin()"
*ngIf="existentUser && existentUser.id && existentUser.id != currentAccount?.id && hasRoleAdmin()"

Check failure on line 158 in ui/src/app/user/user-update.component.html

View workflow job for this annotation

GitHub Actions / format

Expected `!==` but received `!=`
>
<hr class="mb-32 mt-32" />
<h2 class="mb-8 font-size-18">
Expand Down
Loading