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:
parent
966e4fc69b
commit
cd878c75b2
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user