Fix TOTP display function

This commit is contained in:
thePR0M3TH3AN
2025-07-03 08:54:54 -04:00
parent 7bd244aeda
commit 51a515a4cc
2 changed files with 57 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ from password_manager.backup import BackupManager
from password_manager.vault import Vault
from password_manager.portable_backup import export_backup, import_backup
from password_manager.totp import TotpManager
from password_manager.entry_types import EntryType
from utils.key_derivation import (
derive_key_from_parent_seed,
derive_key_from_password,