1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

“Autofill” and “Autofill and Save” buttons for the browser extension Vault (#1367)

* Add autofill button to View cipher screen in Vault

* Add Autofill and Save button to View screen in Vault

* disable Vault Autofill buttons in popout

* tidy up 'autofill from vault' features as per feedback in PR #1367

Includes:
- remove duplicate code
- better handling of error and success messages
This commit is contained in:
eliykat
2020-08-24 23:10:15 +10:00
committed by GitHub
parent a09bd4a3fe
commit d4d5ccc4a4
3 changed files with 148 additions and 1 deletions

View File

@@ -1299,5 +1299,14 @@
},
"vaultTimeoutLogOutConfirmationTitle": {
"message": "Timeout Action Confirmation"
},
"autoFillAndSave": {
"message": "Auto-fill and Save"
},
"savedUri": {
"message": "Auto-filled and Saved Item"
},
"autoFillSuccess": {
"message": "Auto-filled Item"
}
}