Skip to content

Commit 6d294a0

Browse files
committed
minor update
1 parent 26d7ceb commit 6d294a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/controllers/AuthController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export default class AuthController {
262262
return res.status(400).json(validatePayload.validate(req.body).error.details);
263263
}
264264

265+
// get user
265266
const user = await resendEmailVerification(req.body);
266267

267268
if (user === "User Not found") {

0 commit comments

Comments
 (0)