feat: prompt sensitive view in entry details

This commit is contained in:
thePR0M3TH3AN
2025-07-15 11:02:21 -04:00
parent 2eae65872f
commit 3de84ec484
2 changed files with 10 additions and 0 deletions

View File

@@ -1809,6 +1809,10 @@ class PasswordManager:
)
self.display_entry_details(index)
if confirm_action("Show sensitive information? (y/N): "):
self.display_sensitive_entry_info(entry, index)
pause()
self._entry_actions_menu(index, entry)
except Exception as e: