mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
12 lines
281 B
HTML
12 lines
281 B
HTML
<form [formGroup]="settings" class="tw-container">
|
|
<bit-form-field>
|
|
<bit-label>{{ "domainName" | i18n }}</bit-label>
|
|
<input
|
|
bitInput
|
|
formControlName="catchallDomain"
|
|
type="text"
|
|
(change)="save('catchallDomain')"
|
|
/>
|
|
</bit-form-field>
|
|
</form>
|