05/24 Fix bugs CSRF error
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user