This commit is contained in:
@@ -32,6 +32,7 @@ export async function POST(req: Request) {
|
||||
}
|
||||
const user = await prisma.user.create({
|
||||
data: {
|
||||
userId: nickname,
|
||||
nickname,
|
||||
name,
|
||||
passwordHash: hashPassword(password),
|
||||
|
||||
Reference in New Issue
Block a user