Improved based on review feedback

This commit is contained in:
Talkabout 2025-11-09 14:17:02 +01:00
parent 5923319c92
commit 1c821219f5
No known key found for this signature in database
GPG key ID: 7AC97430FFA95559

View file

@ -805,7 +805,7 @@ keepass.disableAutomaticReconnect = function() {
};
keepass.reconnect = async function(tab = null, connectionTimeout = -1) {
if (connectionTimeout == -1) {
if (connectionTimeout === -1) {
connectionTimeout = page.settings.connectionTimeout * 1000;
}