♻️ Move preferences in router

This commit is contained in:
Manuel
2023-07-30 22:57:14 +02:00
parent 672b726e6b
commit 4b1f5881e3
6 changed files with 26 additions and 5 deletions

View File

@@ -182,6 +182,9 @@ export const userRouter = createTRPCRouter({
email: input.email,
password: hashedPassword,
salt: salt,
settings: {
create: {}
},
},
});
}),