1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-03 11:44:45 +02: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() {
var cardAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID'];
var identityAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID'];
var cardAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
var identityAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
// Add other languages values
var usernameFieldNames = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address',