mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Adjust autofill to handle sites with no username/password
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
function initAutofill() {
|
||||
AutofillService.prototype.generateFillScript = function (pageDetails, fillUsername, fillPassword) {
|
||||
if (!pageDetails) {
|
||||
if (!pageDetails || !fillPassword || fillPassword === '') {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user