Skip to content

Commit

Permalink
Fix: 이메일 인증 함수 반환값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Jan 4, 2024
1 parent 25646b2 commit 14fe134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/register/RegisterCompany.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const RegisterCompany = () => {
});
return false;
}
return true;
};

const handleSubmitCompanyInfo = (data: CompanyInfoStateType) => {
Expand Down

0 comments on commit 14fe134

Please sign in to comment.