Hello,
Would it be possible to move the « I forgot my password » link after the password entry field or after the « Login » button? After entering the email address, if you press ‹ TAB ›, you land on the « I forgot my password » link instead of the password entry field.
Thanks in advance,
guim31
April 14, 2022, 7:06am
2
It’s been months that I’ve been saying to myself « oh, I should report that… » and of course I never did it!
It’s a small detail but it’s quite annoying indeed!!!
I have a small proposal. Would this be suitable?
The small PR corresponding to the change:
master ← callemand:move-forgot-password
ouvert 01:27PM - 08 May 22 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] Are tests passing? (`npm test` on both front/server)
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
### Description of change
I have just move the forgot password below the connection button to use more easy the keyboard to connect
<img width="376" alt="Screenshot 2022-05-08 at 15 18 43" src="https://user-images.githubusercontent.com/11317212/167298392-8332dd7c-462e-44c8-ae18-906faab69f3d.png">
Great that you got started on it!
Personally I’d have centered the text under the button.
VonOx
September 14, 2022, 1:54pm
5
I reopened the PR (it was ‹ stale ›)
What’s the status of this PR?
I’ve reopened the PR, rebased onto master, tested locally, looks good to me!
Thanks for the follow-up @Tlse-vins
As soon as the tests pass I’ll merge into master