added create-account + fixes

This commit is contained in:
kaipher7
2026-03-09 00:49:23 -06:00
parent 5ce0af0e92
commit 43dd602a48
3 changed files with 233 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<main class="main-content">
<div class="login-box">
<h2>Log In</h2>
<form action="AuthController" method="post">
<form action="/login" method="post">
<label for="username">Username</label>
<input type="text" id="user" name="user" required>