From 86fa502c712cc8f708e409883957a1795d9bd8af Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 25 Aug 2019 20:32:25 -0500 Subject: [PATCH] login page: remove 'sign in securely' link. This link is unnecessary since Danbooru is now HTTPS-only. --- app/views/sessions/new.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 7982017dd..239bf9322 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -22,8 +22,6 @@ <%= submit_tag "Submit", :data => { :disable_with => "Signing in..." } %> <% end %> - -

<%= link_to "Sign in securely", new_session_url(:protocol => "https", :only_path => false) %>