mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Improved based on review feedback
This commit is contained in:
parent
5923319c92
commit
1c821219f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue