Trigger vault sync after imports

This commit is contained in:
thePR0M3TH3AN
2025-07-11 20:06:05 -04:00
parent 82b6bbaba3
commit 8414ee53c6
5 changed files with 33 additions and 1 deletions

View File

@@ -3257,6 +3257,7 @@ class PasswordManager:
parent_seed=self.parent_seed,
)
print(colored("Database imported successfully.", "green"))
self.sync_vault()
except Exception as e:
logging.error(f"Failed to import database: {e}", exc_info=True)
print(colored(f"Error: Failed to import database: {e}", "red"))