mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Disable automatic reconnect
This commit is contained in:
parent
a05c6dcd55
commit
b79c432944
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ keepass.migrateKeyRing().then(() => {
|
|||
page.initOpenedTabs().then(() => {
|
||||
httpAuth.init();
|
||||
keepass.connectToNative();
|
||||
keepass.enableAutomaticReconnect();
|
||||
keepass.generateNewKeyPair();
|
||||
keepass.changePublicKeys(null).then((pkRes) => {
|
||||
keepass.getDatabaseHash((gdRes) => {}, null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue