Skip to content

Commit

Permalink
[release-2.16] fix: missing default values for system settings (#6036)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #6035

/assign JohnNiang

```release-note
修复系统设置未保存导致无法正常注册的问题
```
  • Loading branch information
halo-dev-bot authored Jun 5, 2024
1 parent ba96118 commit 3836b22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ data:
user: |
{
"allowRegistration": false,
"defaultRole": "",
"mustVerifyEmailOnRegistration": false,
"defaultRole": "guest",
"avatarPolicy": "default-policy"
}
theme: |
Expand Down

0 comments on commit 3836b22

Please sign in to comment.