remove social login from the login page

This commit is contained in:
Son NK 2021-03-29 16:06:58 +02:00
parent ac216e7a08
commit 1b41911598
1 changed files with 0 additions and 7 deletions

View File

@ -6,7 +6,6 @@
{% block single_content %}
{% if show_resend_activation %}
<div class="text-center text-muted small mb-4">
You haven't received the activation email?
@ -49,10 +48,4 @@
Don't have an account yet? <a href="{{ url_for('auth.register') }}">Sign up</a>
</div>
{% if GITHUB_CLIENT_ID or GOOGLE_CLIENT_ID or FACEBOOK_CLIENT_ID %}
<div class="text-center text-muted mt-5">
<a href="{{ url_for('auth.social') }}">Social Login</a> is now deprecated
</div>
{% endif %}
{% endblock %}