mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
7 lines
231 B
HTML
7 lines
231 B
HTML
|
<form class="box" [formGroup]="settings" class="tw-container">
|
||
|
<bit-form-field>
|
||
|
<bit-label>{{ "domainName" | i18n }}</bit-label>
|
||
|
<input bitInput formControlName="catchallDomain" type="text" />
|
||
|
</bit-form-field>
|
||
|
</form>
|