add phone register api

This commit is contained in:
JakkrapartXD 2026-01-14 17:00:14 +07:00
parent 51668bae9d
commit ebdf63421a

View file

@ -114,7 +114,8 @@ export class AuthService {
create: { create: {
prefix: prefix ? prefix as Prisma.InputJsonValue : Prisma.JsonNull, prefix: prefix ? prefix as Prisma.InputJsonValue : Prisma.JsonNull,
first_name, first_name,
last_name last_name,
phone
} }
} }
}, },