Commit 032b169b by jaymehta

.

1 parent 41cb4c7e
...@@ -78,6 +78,7 @@ const userPermissionExtension = (plugin) => { ...@@ -78,6 +78,7 @@ const userPermissionExtension = (plugin) => {
return ctx.send({ return ctx.send({
status: "fail", status: "fail",
message: "Email or phone number already taken.", message: "Email or phone number already taken.",
conflictingUserCount
}); });
} }
...@@ -92,6 +93,7 @@ const userPermissionExtension = (plugin) => { ...@@ -92,6 +93,7 @@ const userPermissionExtension = (plugin) => {
return ctx.send({ return ctx.send({
status: "fail", status: "fail",
message: "Email or phone number already taken.", message: "Email or phone number already taken.",
conflictingUserCount
}); });
} }
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!