mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Set default theme to 'light' for AnonymousUser model
This commit is contained in:
parent
f05acb2080
commit
f093202a7b
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue