Remove redundant sensitive info prompt

This commit is contained in:
thePR0M3TH3AN
2025-07-15 15:07:39 -04:00
parent bfc0331057
commit 27d8b8ffa1
2 changed files with 9 additions and 2 deletions

View File

@@ -1810,8 +1810,7 @@ class PasswordManager:
self.display_entry_details(index)
if confirm_action("Show sensitive information? (y/N): "):
self.display_sensitive_entry_info(entry, index)
self.display_sensitive_entry_info(entry, index)
pause()
self._entry_actions_menu(index, entry)