mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
comment updates
This commit is contained in:
@@ -33,7 +33,7 @@ function initAutofill() {
|
|||||||
|
|
||||||
loadPasswordFields(false);
|
loadPasswordFields(false);
|
||||||
if (!passwordFields.length) {
|
if (!passwordFields.length) {
|
||||||
// not able to find any visible password fields. maybe there are some "hidden" ones?
|
// not able to find any viewable password fields. maybe there are some "hidden" ones?
|
||||||
loadPasswordFields(true);
|
loadPasswordFields(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ function initAutofill() {
|
|||||||
username = findUsernameField(pf, false);
|
username = findUsernameField(pf, false);
|
||||||
|
|
||||||
if (!username) {
|
if (!username) {
|
||||||
// not able to find any visible username fields. maybe there are some "hidden" ones?
|
// not able to find any viewable username fields. maybe there are some "hidden" ones?
|
||||||
username = findUsernameField(pf, true);
|
username = findUsernameField(pf, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -104,6 +104,7 @@ function initAutofill() {
|
|||||||
username = findUsernameFieldWithoutForm(pf, false);
|
username = findUsernameFieldWithoutForm(pf, false);
|
||||||
|
|
||||||
if (!username) {
|
if (!username) {
|
||||||
|
// not able to find any viewable username fields. maybe there are some "hidden" ones?
|
||||||
username = findUsernameFieldWithoutForm(pf, true);
|
username = findUsernameFieldWithoutForm(pf, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user