Skip to content

Commit

Permalink
docs: Fixed missing bracket in example html
Browse files Browse the repository at this point in the history
HTML wasn't valid,
  • Loading branch information
tanaydin authored Aug 19, 2024
1 parent cfd1455 commit 03debcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/socialaccount/providers/google.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ template::
<script src="//accounts.google.com/gsi/client" async></script>
<div id="g_id_onload"
data-client_id="123-secret.apps.googleusercontent.com"
data-login_uri="{% url 'google_login_by_token' %}"
data-login_uri="{% url 'google_login_by_token' %}">
</div>

Follow the `Sign In with Google for Web`_ guide for more information.
Expand Down

0 comments on commit 03debcf

Please sign in to comment.