collection editing frontend

This commit is contained in:
Daniel
2023-04-28 02:43:21 +03:30
parent cc8e8dbe9a
commit ca30e42f0c
7 changed files with 408 additions and 97 deletions
+1
View File
@@ -13,6 +13,7 @@ export default async function (email: string) {
});
const unsensitiveUserInfo = {
id: user?.id,
name: user?.name,
email: user?.email,
createdAt: user?.createdAt,