Added User credential authentication
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<form method="post" asp-controller="Home" asp-action="Login">
|
||||
<form asp-controller="User" asp-action="Login">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="E-Mail" name="email" value="@TempData["email"]">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user