mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.26k stars 85 forks source link

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

Closed yshmarov closed 10 months ago

yshmarov commented 10 months ago

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 commented 10 months ago

Fixed, thank you!