Merge f83bf7c66e into 7e3df43463
This commit is contained in:
commit
7e25294316
|
|
@ -362,12 +362,14 @@ cat <<EOF
|
|||
input.focus();
|
||||
input.value = "$(javascript_escape "${username}")";
|
||||
input.dispatchEvent(new Event('change'));
|
||||
input.dispatchEvent(new Event('input'));
|
||||
input.blur();
|
||||
}
|
||||
if (input.type == "password") {
|
||||
input.focus();
|
||||
input.value = "$(javascript_escape "${password}")";
|
||||
input.dispatchEvent(new Event('change'));
|
||||
input.dispatchEvent(new Event('input'));
|
||||
input.blur();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue