mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 02:52:06 +00:00
fix: add mobile app version hint to QR code scan prompt
This commit is contained in:
parent
2eca96c80f
commit
d034a61635
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ async function printPairQR(pair: PairPayload) {
|
|||
const code = await QRCode.toString(link, {
|
||||
...qrConfig,
|
||||
})
|
||||
console.log("scan qr code in mobile app or phone camera")
|
||||
console.log("scan qr code in mobile app or phone camera (latest 1.0.2)")
|
||||
console.log(code)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue