Set default theme to 'light' for AnonymousUser model

This commit is contained in:
Théophile Diot 2024-11-07 10:53:25 +01:00
parent f05acb2080
commit f093202a7b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -18,6 +18,7 @@ class AnonymousUser(AnonymousUserMixin):
password = ""
method = "manual"
admin = False
theme = "light"
totp_secret = None
creation_date = datetime.now().astimezone()
update_date = datetime.now().astimezone()