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