diff --git a/Project-Unite/Views/Account/Login.cshtml b/Project-Unite/Views/Account/Login.cshtml index 4d3266f..413f833 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 = "password" }) @Html.ValidationMessageFor(m => m.Password, "", new { @class = "text-danger" })
@@ -59,4 +59,4 @@ @section Scripts { @Scripts.Render("~/bundles/jqueryval") -} \ No newline at end of file +}