From 1b419115980d7171f56a6e1f8dba61c7fd2270ce Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Mon, 29 Mar 2021 16:06:58 +0200 Subject: [PATCH] remove social login from the login page --- app/auth/templates/auth/login.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/auth/templates/auth/login.html b/app/auth/templates/auth/login.html index 79f2ba8c..9ee919e3 100644 --- a/app/auth/templates/auth/login.html +++ b/app/auth/templates/auth/login.html @@ -6,7 +6,6 @@ {% block single_content %} - {% if show_resend_activation %}
You haven't received the activation email? @@ -49,10 +48,4 @@ Don't have an account yet? Sign up
- {% if GITHUB_CLIENT_ID or GOOGLE_CLIENT_ID or FACEBOOK_CLIENT_ID %} -
- Social Login is now deprecated -
- {% endif %} - {% endblock %} \ No newline at end of file