feat(user migration): user migration to the new app with a default password that will force reset
This commit is contained in:
@@ -53,7 +53,7 @@ router.post("/", async (req: Request, res: Response) => {
|
||||
}
|
||||
|
||||
if (err instanceof APIError) {
|
||||
return res.status(400).json({
|
||||
return res.status(200).json({
|
||||
success: false,
|
||||
message: err.message,
|
||||
error: err.status,
|
||||
|
||||
Reference in New Issue
Block a user