1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00

add UI warnings for new autofill on page load

This commit is contained in:
Tom Rittson 2020-10-25 17:02:35 +10:00 committed by Thomas Rittson
parent de809136a2
commit 384b352a97
2 changed files with 10 additions and 6 deletions

View File

@ -886,10 +886,7 @@
"message": "Enable Auto-fill On Page Load"
},
"enableAutoFillOnPageLoadDesc": {
"message": "If a login form is detected, automatically perform an auto-fill when the web page loads."
},
"autoFillOnPageLoad": {
"message": "Auto-fill On Page Load"
"message": "If a login form is detected, automatically perform an auto-fill when the web page loads. This is a global setting which may be overridden by individual logins."
},
"autoFillOnPageLoadUseGlobalSettings": {
"message": "Use Global Settings"

View File

@ -262,11 +262,18 @@
<div class="box">
<div class="box-content">
<div class="box-content-row" appBoxRow>
<label for="autofillOnPageLoad">{{'autoFillOnPageLoad' | i18n}}</label>
<label for="autofillOnPageLoad">{{'enableAutoFillOnPageLoad' | i18n}} </label>
<select id="autofillOnPageLoad" name="AutofillOnPageLoad" [(ngModel)]="cipher.login.autofillOnPageLoad">
<option *ngFor="let o of autofillOnPageLoadOptions" [ngValue]="o.value">{{o.name}}</option>
</select>
</div>
</div>
</div>
<div class="box-footer">
<b>{{'warning' | i18n}}</b>: {{'experimentalFeature' | i18n}}
</div>
</div>
<div class="box">
<div class="box-content">
<div class="box-content-row" appBoxRow>
<label for="folder">{{'folder' | i18n}}</label>
<select id="folder" name="FolderId" [(ngModel)]="cipher.folderId">