added authentication, adjusted controller names

This commit is contained in:
Ryan Peters
2023-05-10 16:22:51 -04:00
parent 7657169e1e
commit 89a8b1a28b
7 changed files with 92 additions and 5 deletions

9
Views/Login/Login.cshtml Normal file
View File

@ -0,0 +1,9 @@
@{
ViewBag.Title = "Login";
}
@Html.ValidationSummary()
<form method="post">
<input type="password" name="passPhrase" placeholder="Pass Phrase" />
</form>