Skip to content

Commit 3a15e41

Browse files
angela-tranjgravois
andcommitted
chore: fix typo and remove unneeded console.log line
Co-authored-by: john gravois <[email protected]>
1 parent 1abc65d commit 3a15e41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benefits/templates/google_sso/login_sso.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% comment %}
2-
This file overrides the django-google-sso pacakge's login_sso.html template
2+
This file overrides the django-google-sso package's login_sso.html template
33
for simplification of markup and styling.
44
{% endcomment %}
55

@@ -30,7 +30,6 @@
3030
const queryString = window.location.search;
3131
const urlParams = new URLSearchParams(queryString);
3232
document.querySelectorAll('.sso-login-btn').forEach((el) => {
33-
console.log(el);
3433
el.href = el.href + '?next=' + urlParams.get('next');
3534
});
3635
});

0 commit comments

Comments
 (0)