add phone register api
This commit is contained in:
parent
51668bae9d
commit
ebdf63421a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue