Skip to content

Commit

Permalink
fix: set default value for attachment storage policy in user center
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Oct 13, 2024
1 parent 3bdec9e commit 2a64afd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ data:
"allowRegistration": false,
"mustVerifyEmailOnRegistration": false,
"defaultRole": "guest",
"avatarPolicy": "default-policy"
"avatarPolicy": "default-policy",
"ucAttachmentPolicy": "default-policy"
}
theme: |
{
Expand Down

0 comments on commit 2a64afd

Please sign in to comment.