Shrink the qr code a bit

This commit is contained in:
Daniel Lundin
2019-10-02 21:07:04 +02:00
parent 23eae39199
commit fded04d2d3
+1 -1
View File
@@ -433,7 +433,7 @@ Endpoint = %s
format := r.URL.Query().Get("format")
if format == "qrcode" {
png, err := qrcode.Encode(configData, qrcode.Medium, 210)
png, err := qrcode.Encode(configData, qrcode.Medium, 190)
if err != nil {
log.Error(err)
w.WriteHeader(http.StatusInternalServerError)