Skip to content

Commit

Permalink
Delete blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
HungNgien committed Jan 16, 2025
1 parent 6c11895 commit 376d2a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pretalx/common/templatetags/oauth_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def oauth_login_url(next_url: Optional[str] = None) -> str:
Usage: {% oauth_login_url next_url %}
"""
base_url = reverse('eventyay_common:oauth2_provider.login')

if next_url:
return f"{base_url}?next={quote(next_url)}"
return base_url
Expand Down

0 comments on commit 376d2a8

Please sign in to comment.