We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb82c2 commit 9c91d17Copy full SHA for 9c91d17
ui/src/app/user/user-update.component.html
@@ -155,7 +155,7 @@ <h1 id="jhi-ms-user-heading" class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser
155
role="form"
156
novalidate
157
[formGroup]="mfaForm"
158
- *ngIf="existentUser && existentUser.id && hasRoleAdmin()"
+ *ngIf="existentUser && existentUser.id && existentUser.id != currentAccount?.id && hasRoleAdmin()"
159
>
160
<hr class="mb-32 mt-32" />
161
<h2 class="mb-8 font-size-18">
0 commit comments