fix issues with login

This commit is contained in:
2025-05-26 21:27:29 +02:00
parent 8e55893abb
commit c00fe16b94
2 changed files with 4 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
{% endwith %}
<form method="POST" action="{{ url_for('auth.register') }}">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<div class="mb-3">
<label for="username" class="form-label">Username</label>
<input type="text" class="form-control" id="username" name="username" required>