From 9d07ca1df3c73eaec7e9c14c0f249103011b08a6 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Mar 2017 19:24:57 -0400 Subject: Email fields use type="email" --- Project-Unite/Views/Account/Login.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project-Unite/Views/Account/Login.cshtml') diff --git a/Project-Unite/Views/Account/Login.cshtml b/Project-Unite/Views/Account/Login.cshtml index 1244c62..4c7f5cf 100644 --- a/Project-Unite/Views/Account/Login.cshtml +++ b/Project-Unite/Views/Account/Login.cshtml @@ -24,7 +24,7 @@
@Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" })
- @Html.PasswordFor(m => m.Password, new { @class = "form-control" }) + @Html.PasswordFor(m => m.Password, new { @class = "form-control", type = "email" }) @Html.ValidationMessageFor(m => m.Password, "", new { @class = "text-danger" })
-- cgit v1.2.3