added authentication, adjusted controller names
This commit is contained in:
9
Views/Login/Login.cshtml
Normal file
9
Views/Login/Login.cshtml
Normal file
@ -0,0 +1,9 @@
|
||||
@{
|
||||
ViewBag.Title = "Login";
|
||||
}
|
||||
|
||||
@Html.ValidationSummary()
|
||||
|
||||
<form method="post">
|
||||
<input type="password" name="passPhrase" placeholder="Pass Phrase" />
|
||||
</form>
|
Reference in New Issue
Block a user