Skip to content

Minor: Change html input type to "email" on sign-in view

gitlab-qa-bot requested to merge github/fork/alexleutgoeb/patch-1 into master

Created by: alexleutgoeb

As long as the username is the user's email address it makes sense to use input="email" helper for the email field. This allows HTML5 capable (mobile) devices to bring up an email input keyboard instead of the default one.

Merge request reports