We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6baec commit d234eb1Copy full SHA for d234eb1
src/core/features/login/pages/credentials/credentials.html
@@ -108,7 +108,8 @@ <h2>{{ 'core.login.firsttime' | translate }}</h2>
108
}
109
110
@if (siteCheckError) {
111
- <core-empty-box icon="fas-circle-exclamation" [message]="siteCheckError">
+ <core-empty-box icon="fas-circle-exclamation">
112
+ <div [innerHTML]="siteCheckError"></div>
113
<ion-button expand="block" (click)="checkSite()" fill="outline">
114
{{ 'core.tryagain' | translate }}
115
</ion-button>
0 commit comments