diff options
Diffstat (limited to 'Project-Unite/Views/Account/Register.cshtml')
| -rw-r--r-- | Project-Unite/Views/Account/Register.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Account/Register.cshtml b/Project-Unite/Views/Account/Register.cshtml index a1d1225..52dfce1 100644 --- a/Project-Unite/Views/Account/Register.cshtml +++ b/Project-Unite/Views/Account/Register.cshtml @@ -14,7 +14,7 @@ <div class="form-group"> @Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label" }) <div class="col-md-10"> - @Html.TextBoxFor(m => m.Email, new { @class = "form-control" }) + @Html.TextBoxFor(m => m.Email, new { @class = "form-control", type="email" }) </div> </div> <div class="form-group"> |
