* 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
* Cycle through every login when using the auto-fill shortcut
* Leave imports ordering as it was
* Undo formatting
* Move logic to jslib
* Remove unused method
* Updated Example text to be dynamic to current year using New Date(); and then a Date pipe to display properly in the UI
* Removed change in the add-edit.component.ts file because it is now made in jslib
* New translations messages.json (French)
* New translations copy.resx (Polish)
* New translations messages.json (Estonian)
* New translations messages.json (Persian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Swedish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Spanish)
* New translations messages.json (Dutch)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Hebrew)
* New translations messages.json (German)
* New translations messages.json (Danish)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (Belarusian)
* New translations messages.json (English, United Kingdom)
Many sites have one time password fields for Two Factor Authentication. A common name for those fields is OneTimePassword or some variant. If these fields were commonly of type "password" it would not be significant. However, since they are commonly of type "text", it is a security risk for users to auto fill these fields.