Send Server info about wallet card color

This commit is contained in:
Hauke Tönjes 2021-06-28 23:37:01 +02:00
parent 622a8d7313
commit 2519ea8981
No known key found for this signature in database
GPG Key ID: 0BF2BC96C9FAAE9E
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ exports.createPass = async function(data) {
},
body: JSON.stringify({
PassJsonHash: passHash,
useBlackVersion: payload.dark
})
})

View File

@ -83,6 +83,7 @@ exports.Payload = class {
this.img2x = img2x
this.raw = rawData
this.dark = dark
this.name = name
this.dose = dose