We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abc65d commit 3a15e41Copy full SHA for 3a15e41
benefits/templates/google_sso/login_sso.html
@@ -1,5 +1,5 @@
1
{% comment %}
2
- This file overrides the django-google-sso pacakge's login_sso.html template
+ This file overrides the django-google-sso package's login_sso.html template
3
for simplification of markup and styling.
4
{% endcomment %}
5
@@ -30,7 +30,6 @@
30
const queryString = window.location.search;
31
const urlParams = new URLSearchParams(queryString);
32
document.querySelectorAll('.sso-login-btn').forEach((el) => {
33
- console.log(el);
34
el.href = el.href + '?next=' + urlParams.get('next');
35
});
36
0 commit comments