diff options
Diffstat (limited to 'src/templates/login.html')
-rw-r--r-- | src/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/login.html b/src/templates/login.html index dcf8f8e..a8cc98c 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -14,7 +14,7 @@ <form method="post" action="/login"> <input name="username" type="text" placeholder="Enter Username" required> <input type="password" placeholder="Enter Password" name="password" required> - <input type="submit" vallue="Log in"> + <input type="submit" value="Log in"> </div> </div> </body> |