mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
feedback from fastmail (#3375)
* feedback from fastmail * follow redirects for getting account id api
This commit is contained in:
@@ -354,16 +354,6 @@
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group col-4">
|
||||
<label for="fastmail-accountId">{{ "accountId" | i18n }}</label>
|
||||
<input
|
||||
id="fastmail-accountId"
|
||||
class="form-control"
|
||||
type="text"
|
||||
[(ngModel)]="usernameOptions.forwardedFastmailAccountId"
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
<div class="row" *ngIf="usernameOptions.type === 'subaddress'">
|
||||
|
||||
Reference in New Issue
Block a user