mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
parent
87af012a97
commit
9ab531473a
@ -1770,7 +1770,7 @@ void DatabaseWidget::processAutoOpen()
|
||||
}
|
||||
|
||||
for (const auto* entry : autoopenGroup->entries()) {
|
||||
if (entry->url().isEmpty() || entry->password().isEmpty()) {
|
||||
if (entry->url().isEmpty() || (entry->password().isEmpty() && entry->username().isEmpty())) {
|
||||
continue;
|
||||
}
|
||||
QFileInfo filepath;
|
||||
|
Loading…
Reference in New Issue
Block a user