forked from rDrama/rDrama
1
0
Fork 0

fix 500 error on login_2fa.html

master
Aevann1 2022-12-12 10:03:12 +02:00
parent 012f9ffd31
commit f2a80c23ce
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<p class="text-muted mb-md-5">To login, please enter the 6-digit verification code generated in your authenticator app.</p>
{% if failed %}{{macros.alert('Invalid verification code. Please try again.', true)}}{% endif %}
</div>
{% endif %}
<form action="/login" method="post" class="mt-md-3" id="login">
<input type="hidden" name="username" value="{{v.username}}">
<input type="hidden" name="redirect" value="{{redirect}}">