aboutsummaryrefslogtreecommitdiff
path: root/src/html/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/login.html')
-rw-r--r--src/html/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/login.html b/src/html/login.html
index 58ca2ae..2afe7d3 100644
--- a/src/html/login.html
+++ b/src/html/login.html
@@ -15,7 +15,7 @@
<form action="/login" method="post" enctype="application/x-www-form-urlencoded">
<input type="text" placeholder="Enter Username" name="username" required>
<input type="password" placeholder="Enter Password" name="password" required>
- <input type="submit">
+ <input type="submit" value="Log in">
</form>
</div>
</div>