We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6601ed1 + c6b03e1 commit 2fc79d5Copy full SHA for 2fc79d5
ui/src/app/user/user-update.component.html
@@ -192,7 +192,7 @@ <h2 class="mb-8 font-size-18">
192
</ng-container>
193
<ng-container *ngIf="!existentUser.mfaEnabled">
194
<div class="warning-message d-flex p-16 mb-40 mt-16">
195
- <img src="./../../../../content/images/warning-sign.svg" alt="Warning sign" class="p-8" />
+ <img src="./content/images/warning-sign.svg" alt="Warning sign" class="p-8" />
196
<div class="font-size-14 wide-text line-height-150" i18n="@@settings.security.disabledMfaNotice.string">
197
Users can enable 2FA from their account settings page
198
</div>
0 commit comments