mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-18 12:40:43 +01:00
Send Server info about wallet card color
This commit is contained in:
parent
622a8d7313
commit
2519ea8981
@ -57,6 +57,7 @@ exports.createPass = async function(data) {
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
PassJsonHash: passHash,
|
PassJsonHash: passHash,
|
||||||
|
useBlackVersion: payload.dark
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ exports.Payload = class {
|
|||||||
this.img2x = img2x
|
this.img2x = img2x
|
||||||
|
|
||||||
this.raw = rawData
|
this.raw = rawData
|
||||||
|
this.dark = dark
|
||||||
|
|
||||||
this.name = name
|
this.name = name
|
||||||
this.dose = dose
|
this.dose = dose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user