diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 50c0506..0b4d6aa 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -370,11 +370,6 @@ export default function VerificationPage() { twitterInfo.accessToken, ); - await verifyTwitterAccount( - walletKey.bech32Address, - twitterInfo.accessToken, - ); - icnsVerificationList.forEach((verification) => { if (verification.status === "fulfilled") { if (verification.value.errors.length > 0) {