Give a priority to twitter name which actually registered on chain

This commit is contained in:
Thunnini 2022-12-21 23:17:04 +09:00
parent 5a8878c9e3
commit 3f4fc8c9a6

View File

@ -474,7 +474,7 @@ export default function VerificationPage() {
pathname: "complete",
query: {
txHash: Buffer.from(txHash).toString("hex"),
twitterUsername: twitterInfo.username,
twitterUsername: registeredTwitterName || twitterInfo.username,
},
});
}