mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-25 16:59:17 +01:00
proper autocomplete prop
This commit is contained in:
parent
966e4fc69b
commit
cd878c75b2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user