diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index d027802..eaa672a 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -474,7 +474,7 @@ export default function VerificationPage() { pathname: "complete", query: { txHash: Buffer.from(txHash).toString("hex"), - twitterUsername: twitterInfo.username, + twitterUsername: registeredTwitterName || twitterInfo.username, }, }); }