We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242f2ff commit 2ec42e5Copy full SHA for 2ec42e5
src/CartButton.vue
@@ -55,10 +55,10 @@ const message = `Add Cart: ${bytes32Hex(props.payload)}`
55
let signer: Signer | undefined
56
57
const onClick = async () => {
58
- loading.value = true
59
if (!signer) {
60
return clubsConnection.value?.signal.next(Signal.SignInRequest)
61
}
+ loading.value = true
62
const signature = await signer?.signMessage(message)
63
const url = new URL(`${props.base}/api/${PluginId}/cart`)
64
0 commit comments