forked from LaconicNetwork/icns-frontend
Give a priority to twitter name which actually registered on chain
This commit is contained in:
parent
5a8878c9e3
commit
3f4fc8c9a6
@ -474,7 +474,7 @@ export default function VerificationPage() {
|
||||
pathname: "complete",
|
||||
query: {
|
||||
txHash: Buffer.from(txHash).toString("hex"),
|
||||
twitterUsername: twitterInfo.username,
|
||||
twitterUsername: registeredTwitterName || twitterInfo.username,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user