Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

app/views/passwordless/sessions/new.html.erb - label for does not match field ID #170

Closed
yshmarov opened this issue Oct 15, 2023 · 1 comment 路 Fixed by #172
Closed

app/views/passwordless/sessions/new.html.erb - label for does not match field ID #170

yshmarov opened this issue Oct 15, 2023 · 1 comment 路 Fixed by #172

Comments

@yshmarov
Copy link
Contributor

yshmarov commented Oct 15, 2023

this is the generated HTML for app/views/passwordless/sessions/new.html.erb:

Screenshot 2023-10-15 at 15 43 06

The <label for=* tag and the <input id=>* do not match.

This way, clicking on the lable will not focus into the input.

=> This is not very well generated HTML 馃檭

@mikker
Copy link
Owner

mikker commented Oct 21, 2023

Fixed, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants