keepassxc-browser
keepassxc-browser copied to clipboard
Hide Credential Banner on exception
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