mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
feedback from fastmail (#3375)
* feedback from fastmail * follow redirects for getting account id api
This commit is contained in:
@@ -1965,13 +1965,9 @@
|
||||
"apiKey": {
|
||||
"message": "API Key"
|
||||
},
|
||||
"accountId": {
|
||||
"message": "Account ID",
|
||||
"description": "ID is short for 'Identifier'"
|
||||
},
|
||||
"ssoKeyConnectorError": {
|
||||
"message": "Key Connector error: make sure Key Connector is available and working correctly."
|
||||
},
|
||||
},
|
||||
"premiumSubcriptionRequired": {
|
||||
"message": "Premium subscription required"
|
||||
},
|
||||
|
||||
@@ -401,21 +401,11 @@
|
||||
<input
|
||||
id="fastmail-apiToken"
|
||||
type="password"
|
||||
name="FastMailApiToken"
|
||||
name="FastmailApiToken"
|
||||
[(ngModel)]="usernameOptions.forwardedFastmailApiToken"
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
<div class="box-content-row" appBoxRow>
|
||||
<label for="fastmail-accountId">{{ "accountId" | i18n }}</label>
|
||||
<input
|
||||
id="fastmail-accountId"
|
||||
type="text"
|
||||
name="FastmailAccountId"
|
||||
[(ngModel)]="usernameOptions.forwardedFastmailAccountId"
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -434,21 +434,11 @@
|
||||
<input
|
||||
id="fastmail-apiToken"
|
||||
type="password"
|
||||
name="FastMailApiToken"
|
||||
name="FastmailApiToken"
|
||||
[(ngModel)]="usernameOptions.forwardedFastmailApiToken"
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
<div class="box-content-row" appBoxRow>
|
||||
<label for="fastmail-accountId">{{ "accountId" | i18n }}</label>
|
||||
<input
|
||||
id="fastmail-accountId"
|
||||
type="text"
|
||||
name="FastmailAccountId"
|
||||
[(ngModel)]="usernameOptions.forwardedFastmailAccountId"
|
||||
(blur)="saveUsernameOptions()"
|
||||
/>
|
||||
</div>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1982,10 +1982,6 @@
|
||||
"premiumSubcriptionRequired": {
|
||||
"message": "Premium subscription required"
|
||||
},
|
||||
"accountId": {
|
||||
"message": "Account ID",
|
||||
"description": "ID is short for 'Identifier'"
|
||||
},
|
||||
"organizationIsDisabled": {
|
||||
"message": "Organization is disabled."
|
||||
},
|
||||
|
||||
@@ -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'">
|
||||
|
||||
@@ -5312,9 +5312,5 @@
|
||||
},
|
||||
"numberOfUsers": {
|
||||
"message": "Number of users"
|
||||
},
|
||||
"accountId": {
|
||||
"message": "Account ID",
|
||||
"description": "ID is short for 'Identifier'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user