Skip to content

Commit

Permalink
πŸ”Š Post loginMethod on claim
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 17, 2024
1 parent 1d5259c commit 56f0738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/nft/claim/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ export default {
'getNFTBookStoreInfoByClassId',
'getNFTCollectionInfoByCollectionId',
'getIsHideNFTBookDownload',
'walletMethodType',
]),
state: {
get() {
Expand Down Expand Up @@ -1165,6 +1166,7 @@ export default {
paymentId: this.paymentId,
wallet: this.claimingAddress,
message: this.collectorMessage,
loginMethod: this.walletMethodType,
});
const { data } = await this.claimPromise;
this.claimPromise = undefined;
Expand Down

0 comments on commit 56f0738

Please sign in to comment.