mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-28 07:48:31 -06:00
Remove redundant assignment
This commit is contained in:
parent
3591a4f840
commit
b0049e1680
@ -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) %>">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user