web: revert sign-in `Input` layout change
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:
- Username Input
- Forgot password? link
- Password Input
- Press enter and you are logged in
Test plan
Ensure that the keyboard navigation flow works as expected:
- Username Input
- Password Input
- Press enter and you are logged in.
- You don’t get here -> Forgot password? link
App preview:
Check out the client app preview documentation to learn more.