Merge pull request #556 from PR0M3TH3AN/8xl3f9-codex/fix-missing-password-entry-type

Fix entry details pause
This commit is contained in:
thePR0M3TH3AN
2025-07-14 21:54:49 -04:00
committed by GitHub

View File

@@ -1795,6 +1795,7 @@ class PasswordManager:
"""Display entry details for ``index`` without prompting."""
self.display_entry_details(index)
pause()
def _prompt_toggle_archive(self, entry: dict, index: int) -> None:
"""Prompt the user to archive or restore ``entry`` based on its status."""