We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a8534b + 0c95616 commit 1450a65Copy full SHA for 1450a65
2 files changed
src/app/recruit/member/memo/page.tsx
@@ -62,6 +62,7 @@ export default function RecruitMemberMemoPage() {
62
freshmanMemoAgreement: formData.freshmanMemoAgreement
63
})
64
alert('신입생 지원 알림 신청이 완료되었습니다.')
65
+ router.push('/')
66
} catch {
67
alert('신청 중 오류가 발생했습니다. 잠시 후 다시 시도해주세요.')
68
} finally {
0 commit comments