Change the order of Adr36 and twitter verifier

This commit is contained in:
HeesungB 2022-12-14 14:50:07 +09:00
parent 8504c84d3c
commit 01be54ee28

View File

@ -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,
);