1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-27 17:18:04 +01:00

proper autocomplete prop

This commit is contained in:
Kyle Spearrin 2017-10-18 11:07:25 -04:00
parent 966e4fc69b
commit cd878c75b2

View File

@ -9,8 +9,8 @@
} }
function initAutofill() { function initAutofill() {
var cardAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID']; var cardAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
var identityAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID']; var identityAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
// Add other languages values // Add other languages values
var usernameFieldNames = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', var usernameFieldNames = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address',