added the ability for the users to hide there profile

This commit is contained in:
Daniel
2023-05-23 07:38:16 +03:30
parent e774f41d37
commit 240d92aeae
10 changed files with 94 additions and 34 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default async function (user: AccountSettings, userId: number) {
data: {
name: user.name,
email: user.email,
collectionProtection: user.collectionProtection,
isPrivate: user.isPrivate,
whitelistedUsers: user.whitelistedUsers,
},
});