Skip to content

web: revert sign-in `Input` layout change

Administrator requested to merge vb/sign-in-input into main

Created by: valerybugakov

Context

The Input migration introduced accessibility regression because of the layout change. When using a keyboard to navigate, the flow goes in this order:

  1. Username Input
  2. Forgot password? link
  3. Password Input
  4. Press enter and you are logged in

Test plan

Ensure that the keyboard navigation flow works as expected:

  1. Username Input
  2. Password Input
  3. Press enter and you are logged in.
  4. You don’t get here -> Forgot password? link

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading