Set default theme on account creation
This commit is contained in:
parent
eede104212
commit
ddce8c2636
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ def create_account(email, username, password):
|
|||
'password': hashed_password,
|
||||
'verified': False,
|
||||
'following': [],
|
||||
'profile': {}
|
||||
'profile': {},
|
||||
'theme': 'default',
|
||||
})
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue