Browse Source

ui: display zoom instructions below QR Code

make_cert_optional
Otto Suess 6 years ago
parent
commit
404c6d2157
No known key found for this signature in database GPG Key ID: 354749C62B4BAC41
  1. 1
      zapconnect.go

1
zapconnect.go

@ -109,5 +109,6 @@ func main() {
} else {
obj := qrcodeTerminal.New()
obj.Get(string(certB)).Print()
fmt.Println("\n⚠️ Press \"cmd + -\" a few times to see the full QR Code!\nIf that doesn't work run \"zapconnect -j\" to get a code you can copy paste into the app.")
}
}

Loading…
Cancel
Save