mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
feat: prompt sensitive view in entry details
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user