mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
remove social login from the login page
This commit is contained in:
parent
ac216e7a08
commit
1b41911598
1 changed files with 0 additions and 7 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
{% block single_content %}
|
{% block single_content %}
|
||||||
|
|
||||||
|
|
||||||
{% if show_resend_activation %}
|
{% if show_resend_activation %}
|
||||||
<div class="text-center text-muted small mb-4">
|
<div class="text-center text-muted small mb-4">
|
||||||
You haven't received the activation email?
|
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>
|
Don't have an account yet? <a href="{{ url_for('auth.register') }}">Sign up</a>
|
||||||
</div>
|
</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 %}
|
{% endblock %}
|
Loading…
Reference in a new issue