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/ForgotPassword.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project-Unite/Views/Account/ForgotPassword.cshtml') diff --git a/Project-Unite/Views/Account/ForgotPassword.cshtml b/Project-Unite/Views/Account/ForgotPassword.cshtml index 1bb2611..04a0ad0 100644 --- a/Project-Unite/Views/Account/ForgotPassword.cshtml +++ b/Project-Unite/Views/Account/ForgotPassword.cshtml @@ -12,7 +12,7 @@
@Html.ValidationSummary("", new { @class = "text-danger" })
- @Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label" }) + @Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label", type = "email" })
@Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
-- cgit v1.2.3