Skip to content

Commit

Permalink
Merge pull request #78 from getamis/ASL-4764/getUserQubicWalletUrl-ad…
Browse files Browse the repository at this point in the history
…d-provider

[ASL-4764] getUserQubicWalletUrl add provder
  • Loading branch information
morsha authored Oct 18, 2023
2 parents 14c8258 + f26809c commit f1d20b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/QubicConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ export class QubicConnect {
url: `${walletUrl}/verify-user-address`,
query: {
nextPath,
provider: this.user.qubicUser?.provider,
userAddress: this.user.address,
},
});
Expand Down

0 comments on commit f1d20b4

Please sign in to comment.