summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/ForgotPassword.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Account/ForgotPassword.cshtml')
-rw-r--r--Project-Unite/Views/Account/ForgotPassword.cshtml2
1 files changed, 1 insertions, 1 deletions
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 @@
<hr />
@Html.ValidationSummary("", new { @class = "text-danger" })
<div class="form-group">
- @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" })
<div class="col-md-10">
@Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
</div>