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