1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[AC-1595] Update SSO identifier hint (#6608)

This commit is contained in:
Shane Melton
2023-10-18 10:18:51 -07:00
committed by GitHub
parent 0c782c137d
commit eabdbe3d19
2 changed files with 8 additions and 4 deletions

View File

@@ -30,7 +30,10 @@
<bit-form-field>
<bit-label>{{ "ssoIdentifier" | i18n }}</bit-label>
<input bitInput type="text" formControlName="ssoIdentifier" />
<bit-hint>{{ "ssoIdentifierHint" | i18n }}</bit-hint>
<bit-hint>
{{ "ssoIdentifierHintPartOne" | i18n }}
<a routerLink="../domain-verification">{{ "domainVerification" | i18n }}</a>
</bit-hint>
</bit-form-field>
<hr />