<% content_for "header" do %> <%= translate(locale, "Log in") %> - Invidious <% end %>
<% case account_type when %> <% when "google" %>
<% if email %> <% else %> "> <% end %> <% if password %> <% else %> "> <% end %> <% if prompt %> <% end %> <% if tfa %> <% end %> <% if captcha %> "> <% end %>
<% else # "invidious" %>
<% if email %> <% else %> "> <% end %> <% if password %> <% else %> "> <% end %> <% if captcha %> <% case captcha_type when %> <% when "image" %> <% captcha = captcha.not_nil! %> <% captcha[:tokens].each_with_index do |token, i| %> <% end %> <% else # "text" %> <% captcha = captcha.not_nil! %> <% captcha[:tokens].each_with_index do |token, i| %> <% end %> "> <% end %> <% case captcha_type when %> <% when "image" %> <% else # "text" %> <% end %> <% else %> <% end %>
<% end %>