Remove redundant assignment

This commit is contained in:
Sijawusz Pur Rahnama 2026-01-11 23:04:53 +01:00
parent 3591a4f840
commit b0049e1680

View File

@ -25,7 +25,6 @@
<% end %>
<% if captcha %>
<% captcha = captcha.not_nil! %>
<img style="width:50%" src='<%= captcha[:question] %>'/>
<% captcha[:tokens].each_with_index do |token, i| %>
<input type="hidden" name="token[<%= i %>]" value="<%= HTML.escape(token) %>">