remove unused title from login page

This commit is contained in:
Ryan Peters 2023-06-09 10:10:32 -04:00
parent df0a36256b
commit 1683aa85b7

View File

@ -1,8 +1,4 @@
@{ @Html.ValidationSummary()
ViewBag.Title = "Login";
}
@Html.ValidationSummary()
<form method="post"> <form method="post">
<input type="password" name="passphrase" placeholder="Passphrase" /> <input type="password" name="passphrase" placeholder="Passphrase" />