Otto Suess
6 years ago
No known key found for this signature in database
GPG Key ID: F7EFC44C2C240A11
1 changed files with
1 additions and
1 deletions
-
zapconnect.go
|
|
@ -102,7 +102,7 @@ func main() { |
|
|
|
fmt.Println(string(certB)) |
|
|
|
} else if loadedConfig.ZapConnect.Image { |
|
|
|
qrcode.WriteFile(string(certB), qrcode.Medium, 512, "zapconnect-qr.png") |
|
|
|
fmt.Println("Outputed QRCode to file \"zapconnect-qr.png\"") |
|
|
|
fmt.Println("Wrote QR Code to file \"zapconnect-qr.png\"") |
|
|
|
} else { |
|
|
|
obj := qrcodeTerminal.New() |
|
|
|
obj.Get(string(certB)).Print() |
|
|
|