refresh captcha if it is wrong

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 10bbaf4e5e
commit d5daf958cf
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<div class='form-message'></div>
<% if (!noCaptcha) { %>
<span class='form-key'>
<img class='captcha' src='/client/captcha'>
<img class='captcha' src='/client/captcha?a'>
</span>
<input class='form-input' type='text' name='challenger' value='Type the captcha'>
<% } %>