meerakrishna1994 / 4IL

0 stars 0 forks source link

Delayed Navigation to OTP Screen #2

Open meerakrishna1994 opened 7 months ago

meerakrishna1994 commented 7 months ago

Summary: Clicking on the verification icon results in delayed navigation to the OTP screen.

Bug Details: Issue Type: Bug Severity: Medium Status: Open

Description: After clicking on the verification icon, there is a noticeable delay before the system navigates to the OTP screen. This delay impacts the user experience and may lead to confusion or frustration.

Steps to Reproduce:

  1. Click on the "Create an account" action button
  2. enter the valid email input
  3. Click on the verification icon.
  4. Observe the time it takes to navigate to the OTP screen.

Expected Behavior: Navigation to the OTP screen should be immediate or happen within a reasonable time frame.

Actual Behavior: There is a delay in navigating to the OTP screen. The screen behaves idle for a fraction of the time frame

https://github.com/meerakrishna1994/4IL/assets/111996086/d53bb82c-973c-4357-8c80-d226d564fe84

KenanAlzaidyGnG commented 7 months ago

This delay happens because of waiting for the response from the backend, as the related bug is solved now in the backend, there would not be any delay in this case of navigation

meerakrishna1994 commented 6 months ago

Retest :Fixed