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