diff --git a/src/popup/router/components/InviteItem.vue b/src/popup/router/components/InviteItem.vue index c2cb833c2..a1f550c95 100644 --- a/src/popup/router/components/InviteItem.vue +++ b/src/popup/router/components/InviteItem.vue @@ -45,8 +45,10 @@ export default { link() { const secretKey = Crypto.encodeBase58Check(Buffer.from(this.secretKey, 'hex')); return new URL( - this.$router.resolve({ name: 'invite-claim', params: { secretKey } }).href, - window.location, + this.$router + .resolve({ name: 'invite-claim', params: { secretKey } }) + .href.replace(/^#/, ''), + 'https://wallet.superhero.com', ); }, address() {