Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kkowalski-reef committed Jul 4, 2024
1 parent 0dfbd4c commit f842c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def configure_structlog():
],
)
ignore_logger("django.security.DisallowedHost")
{% if cookiecutter.use_allauth == "y" -%}
{% if cookiecutter.use_allauth == "y" %}
LOGIN_URL = reverse_lazy("account_login")
LOGIN_REDIRECT_URL = "/"
ACCOUNT_AUTHENTICATION_METHOD = "email"
Expand Down

0 comments on commit f842c5a

Please sign in to comment.