mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +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="email" type="hidden" value="<%= HTML.escape(email) %>">
|
||||||
<input name="password" type="hidden" value="<%= HTML.escape(password) %>">
|
<input name="password" type="hidden" value="<%= HTML.escape(password) %>">
|
||||||
|
|
||||||
<% if captcha %>
|
|
||||||
<% case captcha_type when %>
|
<% case captcha_type when %>
|
||||||
<% when "image" %>
|
<% when "image" %>
|
||||||
<% captcha = captcha.not_nil! %>
|
<% captcha = captcha.not_nil! %>
|
||||||
@ -52,13 +51,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</label>
|
</label>
|
||||||
<% end %>
|
<% 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>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user