From 01be54ee289a55de849df6caf121388ff732bc48 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Wed, 14 Dec 2022 14:50:07 +0900 Subject: [PATCH] Change the order of Adr36 and twitter verifier --- pages/verification/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 2ff09b3..8c510c0 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -197,10 +197,10 @@ export default function VerificationPage() { }; const onClickRegistration = async () => { - const adr36Infos = await checkAdr36(); - const twitterInfo = await fetchTwitterInfo(); + const adr36Infos = await checkAdr36(); + const icnsVerificationList = await verifyTwitterAccount( twitterInfo.accessToken, );