Skip to content

Commit d234eb1

Browse files
committed
MOBILE-4842 login: SiteCheckError should be shown as HTML
1 parent 0b6baec commit d234eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/features/login/pages/credentials/credentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ <h2>{{ 'core.login.firsttime' | translate }}</h2>
108108
}
109109

110110
@if (siteCheckError) {
111-
<core-empty-box icon="fas-circle-exclamation" [message]="siteCheckError">
111+
<core-empty-box icon="fas-circle-exclamation">
112+
<div [innerHTML]="siteCheckError"></div>
112113
<ion-button expand="block" (click)="checkSite()" fill="outline">
113114
{{ 'core.tryagain' | translate }}
114115
</ion-button>

0 commit comments

Comments
 (0)