05/24 Fix bugs CSRF error

This commit is contained in:
2026-05-24 17:36:50 -04:00
parent 136b0e5635
commit 3f397c0163
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@
{% endif %}
<form method="post" action="{{ url_for('auth.login') }}">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
<div class="form-group">
<label for="username">Username</label>
<input type="text" id="username" name="username"