Skip to content

Commit

Permalink
feat: wallet sync synchronize via qr code from mobile to desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrellard-ledger committed Aug 23, 2024
1 parent fe295c7 commit f2a4fa8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export function useQRCodeHost({ setCurrentStep, currentStep, currentOption }: Pr
createQRCodeHostInstance({
trustchainApiBaseUrl,
onDisplayQRCode: url => {
console.log("url", url);
setUrl(url);
},
onDisplayDigits: digits => {
Expand Down

0 comments on commit f2a4fa8

Please sign in to comment.