Skip to content

Commit

Permalink
fix: url pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 17, 2024
1 parent cc4e00c commit 702c44a
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=${state?.responsePayload?.apiKeySecret};wallet-id=${defaultWalletId}`,
`type=blink;server=https://api.blink.sv/graphql;api-key=blink_${state?.responsePayload?.apiKeySecret};wallet-id=${defaultWalletId}`,
)
}

Expand Down

0 comments on commit 702c44a

Please sign in to comment.