mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-14 10:09:29 +00:00
test: add key hierarchy tests
This commit is contained in:
@@ -306,7 +306,7 @@ class EntryService:
|
||||
def get_totp_code(self, entry_id: int) -> str:
|
||||
with self._lock:
|
||||
return self._manager.entry_manager.get_totp_code(
|
||||
entry_id, self._manager.parent_seed
|
||||
entry_id, self._manager.KEY_TOTP_DET
|
||||
)
|
||||
|
||||
def add_entry(
|
||||
|
Reference in New Issue
Block a user