keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Hide Credential Banner on exception #2326

Closed varjolintu closed 2 months ago

varjolintu commented 2 months ago

If querySelector() is unabled to find the Credential Banner (Shadow DOM is tricky), lets just hide the element instead. This prevents user for creating duplicate or possibly empty credentials by accident.

Fixes #2312 Fixes #2320