Adjust retrieve entry flow

This commit is contained in:
thePR0M3TH3AN
2025-07-15 14:00:05 -04:00
parent 22cc302288
commit 503159ff6d

View File

@@ -2497,8 +2497,8 @@ class PasswordManager:
return
self.display_sensitive_entry_info(entry, index)
self._entry_actions_menu(index, entry)
pause()
self._entry_actions_menu(index, entry)
return
except Exception as e:
logging.error(f"Error during password retrieval: {e}", exc_info=True)