mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 23:48:31 +00:00
Remove residual logic in captcha.ecr
This commit is contained in:
parent
832c341fde
commit
8a24dd0e0f
@ -13,7 +13,6 @@
|
||||
<input name="email" type="hidden" value="<%= HTML.escape(email) %>">
|
||||
<input name="password" type="hidden" value="<%= HTML.escape(password) %>">
|
||||
|
||||
<% if captcha %>
|
||||
<% case captcha_type when %>
|
||||
<% when "image" %>
|
||||
<% captcha = captcha.not_nil! %>
|
||||
@ -52,13 +51,6 @@
|
||||
</button>
|
||||
</label>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<div class="account-page-action-bar">
|
||||
<button type="submit" name="action" value="signup" class="pure-button pure-button-primary" id="signup-button">
|
||||
<%= translate(locale, "Sign Up") %>
|
||||
</button>
|
||||
</div>
|
||||
<% end %>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user