fix menu option mapping

This commit is contained in:
thePR0M3TH3AN
2025-07-03 16:48:13 -04:00
parent ad12e07689
commit fc23e7835f
3 changed files with 59 additions and 9 deletions

View File

@@ -707,10 +707,10 @@ def display_menu(
password_manager.handle_modify_entry()
elif choice == "5":
password_manager.update_activity()
handle_settings(password_manager)
password_manager.handle_display_totp_codes()
elif choice == "6":
password_manager.update_activity()
password_manager.handle_display_totp_codes()
handle_settings(password_manager)
elif choice == "7":
logging.info("Exiting the program.")
print(colored("Exiting the program.", "green"))