Skip to content

Commit 8917952

Browse files
committed
🐛fix: letter verify 수정
1 parent 57801b2 commit 8917952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/verify/letter/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const VerifyLetter = () => {
7070
const checkMainIdAndVerify = async () => {
7171
try {
7272
// 메인 ID 조회를 통한 회원 검증 (탈퇴회원 포함)
73-
await getMainId();
73+
//await getMainId();
7474

7575
// letterCode가 있을 경우 추가 검증 진행
7676
if (url) {

0 commit comments

Comments
 (0)