mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 03:15:11 +00:00
fix: add mobile app version hint to QR code scan prompt
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user