Skip to content

Commit b4f2ef2

Browse files
committed
fix: upgrade allauth-ui and set theme to business
1 parent e17003d commit b4f2ef2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

config/settings/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@
442442
ACCOUNT_ADAPTER = "django_wtf.users.adapters.AccountAdapter"
443443
# https://django-allauth.readthedocs.io/en/latest/configuration.html
444444
SOCIALACCOUNT_ADAPTER = "django_wtf.users.adapters.SocialAccountAdapter"
445+
# https://github.com/danihodovic/django-allauth-ui?tab=readme-ov-file#configuration
446+
ALLAUTH_UI_THEME = "business"
447+
445448
ACCOUNT_EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL = reverse_lazy(
446449
"core:subscriber-landing"
447450
)

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ django-debug-toolbar = "^3.2.4"
2121
celery = "^5.2.3"
2222
Django = "^5.0.6"
2323
django-celery-beat = "^2.4.0"
24-
django-allauth-ui = "^1.0.0"
24+
django-allauth-ui = "^1.2.0"
2525
django-widget-tweaks = "^1.4.12"
2626
redis = "^4.1.3"
2727
requests = "^2.27.1"

0 commit comments

Comments
 (0)