Skip to content

Commit

Permalink
Update Google OAuth2 button in login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHowardRSA123 committed Apr 26, 2024
1 parent 2dc04b1 commit 2d5294d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/templates/wagtailadmin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
{% block submit_buttons %}
<button type="submit" class="button button-longrunning" data-clicked-text="{% trans 'Signing in…' %}">{% icon name="spinner" %}<em>{% trans 'Sign in' %}</em></button>
<a href="/login/google-oauth2/"><button style="margin-top: 10px;" type="button" class="button">{% trans 'Google' %}</button></a>

<button class="button" onclick="location.href='{% url 'social:begin' 'google-oauth2' %}'" type="button">Google+</button>
{% endblock %}

0 comments on commit 2d5294d

Please sign in to comment.