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
On the login screen, clicking the "Cancel" button causes the "Next" button to display a loading state momentarily before returning to the previous screen. However, this behavior triggers an API call for login with empty details, which is unexpected and unnecessary.
Expected Behavior
When the user clicks the "Cancel" button, they should be immediately redirected back to the previous screen without triggering any API calls.
Steps to Reproduce
Navigate to the login screen.
Press the "Cancel" button.
Observe that the "Next" button briefly shows a loading state.
Screenshot
This issue results in an unnecessary API call upon clicking the "Cancel" button, which should be addressed to improve the user experience.If this issue seems valid, then I am happy to contribute.
The text was updated successfully, but these errors were encountered:
Description:
On the login screen, clicking the "Cancel" button causes the "Next" button to display a loading state momentarily before returning to the previous screen. However, this behavior triggers an API call for login with empty details, which is unexpected and unnecessary.
Expected Behavior
When the user clicks the "Cancel" button, they should be immediately redirected back to the previous screen without triggering any API calls.
Steps to Reproduce
Screenshot
This issue results in an unnecessary API call upon clicking the "Cancel" button, which should be addressed to improve the user experience.If this issue seems valid, then I am happy to contribute.
The text was updated successfully, but these errors were encountered: