This commit is contained in:
Christopher Cookman 2025-10-01 19:07:38 -06:00
parent a52a10378c
commit eeca381dbd

View file

@ -27,7 +27,7 @@
<% if (typeof error !== 'undefined') { %> <% if (typeof error !== 'undefined') { %>
<div class="alert alert-danger text-center mb-3"><%= error %></div> <div class="alert alert-danger text-center mb-3"><%= error %></div>
<% } %> <% } %>
<form action="." method="POST"> <form action="#" method="POST">
<div class="mb-3"> <div class="mb-3">
<label for="username" class="form-label">Username:</label> <label for="username" class="form-label">Username:</label>
<input type="text" class="form-control" id="username" name="username" required> <input type="text" class="form-control" id="username" name="username" required>