From 2ba1dcb4dc156800c4ca5010b27f6b5a55bfb524 Mon Sep 17 00:00:00 2001 From: Lucas Serven Date: Thu, 1 Dec 2016 19:43:22 -0800 Subject: [PATCH] static: change login input type to email This commit modifies the type of the login username input field from `text` to `email`. This is an important usability feature for mobile devices. You can still input a username instead of an email; it just makes the `@` key easier to get to. --- static/directives/signin-form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/directives/signin-form.html b/static/directives/signin-form.html index 9b2ac0ff8..18edad98a 100644 --- a/static/directives/signin-form.html +++ b/static/directives/signin-form.html @@ -1,5 +1,5 @@
-
-