Skip to content

Commit

Permalink
fix(dashboard): btc pay connection string (#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 authored Feb 18, 2024
1 parent 7e79cc2 commit a6193f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/components/api-keys/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ApiKeyCreate = ({ defaultWalletId }: Prop) => {
setBtcPayCopied(false)
}, 2000)
navigator.clipboard.writeText(
`type=blink;server=https://api.blink.sv/graphql;api-key=blink_${state?.responsePayload?.apiKeySecret};wallet-id=${defaultWalletId}`,
`type=blink;server=https://api.blink.sv/graphql;api-key=${state?.responsePayload?.apiKeySecret};wallet-id=${defaultWalletId}`,
)
}

Expand Down

0 comments on commit a6193f0

Please sign in to comment.