We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fce0f39 + 06257d8 commit 934f569Copy full SHA for 934f569
1 file changed
dist/user/user.controller/user.controller.ts
@@ -15,7 +15,7 @@ export const sendMailCodeController = async (
15
const mail = req.body.mail as string;
16
17
// 상명대 이메일 형식 검증 && gmail 이메일 형식 검증
18
- if(!emailValidation(mail) && !gmailValidation(mail)) {
+ if(!emailValidation(mail)) {
19
return res.status(403).json({ message: '이메일 형식이 올바르지 않습니다.' });
20
}
21
0 commit comments