diff --git a/server/api/v1/auth/signup/simple.post.ts b/server/api/v1/auth/signup/simple.post.ts index 25a9ebd..1d909f3 100644 --- a/server/api/v1/auth/signup/simple.post.ts +++ b/server/api/v1/auth/signup/simple.post.ts @@ -64,7 +64,7 @@ export default defineEventHandler(async (h3) => { profilePictureId, async () => jdenticon.toPng(user.username, 256), {}, - [`internal:read`, `${userId}:write`] + [`internal:read`, `${userId}:delete`] ); const [linkMec] = await prisma.$transaction([ prisma.linkedAuthMec.create({