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 29, 2024
1 parent e9cfbc3 commit 7679dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/templates/wagtailadmin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ <h1>Sign in to Wagtail</h1>

<div class="w-field__wrapper" data-field-wrapper>
<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>
</div>
</form>

Expand Down

0 comments on commit 7679dd2

Please sign in to comment.