We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57801b2 commit 8917952Copy full SHA for 8917952
1 file changed
src/app/verify/letter/page.tsx
@@ -70,7 +70,7 @@ const VerifyLetter = () => {
70
const checkMainIdAndVerify = async () => {
71
try {
72
// 메인 ID 조회를 통한 회원 검증 (탈퇴회원 포함)
73
- await getMainId();
+ //await getMainId();
74
75
// letterCode가 있을 경우 추가 검증 진행
76
if (url) {
0 commit comments