You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a redundant "Login" option provided even when no user accounts exist. This option should not be available unless user accounts have been created.
Steps to Reproduce:
Comment out the initially added hardcoded accounts in OptionMenu.java line:185-186
Access the ATM Machine project.
Observe the initial user interface.
Expected Behavior:
The user interface should not display the "Login" option when there are no user accounts created. Instead, it should only provide the "Create Account" option to guide users in setting up their accounts.
Actual Behavior:
The user interface displays both "Login" and "Create Account" options, even though there are no user accounts created yet. When selecting the "Login" option, it leads to confusion as there are no existing accounts to log into.
Additional Information:
This issue impacts the user experience negatively, as it can confuse users and make it seem as though they should have an account already. To enhance usability and clarity, it is recommended to remove the "Login" option until at least one user account has been created.
The text was updated successfully, but these errors were encountered:
There is a redundant "Login" option provided even when no user accounts exist. This option should not be available unless user accounts have been created.
Steps to Reproduce:
Comment out the initially added hardcoded accounts in OptionMenu.java line:185-186
Access the ATM Machine project.
Observe the initial user interface.
Expected Behavior:
The user interface should not display the "Login" option when there are no user accounts created. Instead, it should only provide the "Create Account" option to guide users in setting up their accounts.
Actual Behavior:
The user interface displays both "Login" and "Create Account" options, even though there are no user accounts created yet. When selecting the "Login" option, it leads to confusion as there are no existing accounts to log into.
Additional Information:
This issue impacts the user experience negatively, as it can confuse users and make it seem as though they should have an account already. To enhance usability and clarity, it is recommended to remove the "Login" option until at least one user account has been created.
The text was updated successfully, but these errors were encountered: