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

View File

@ -63,3 +63,13 @@ textarea {
.toast#update-indicator {
background-color: orangered;
}
form input[type=password] {
display: block;
margin: 20px auto;
font-size: 20px;
padding: 8px;
border: 1px solid #999;
border-radius: 4px;
color: #999;
}