mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-16 11:41:19 +01:00
Merge pull request #15 from covidpass-org/dev
Allow sharing as mentioned in #8
This commit is contained in:
commit
888c40c989
@ -98,7 +98,7 @@ exports.createPass = async function(data) {
|
||||
const pass = {
|
||||
passTypeIdentifier: constants.PASS_IDENTIFIER,
|
||||
teamIdentifier: constants.TEAM_IDENTIFIER,
|
||||
sharingProhibited: true,
|
||||
sharingProhibited: false,
|
||||
voided: false,
|
||||
formatVersion: 1,
|
||||
logoText: constants.NAME,
|
||||
|
Loading…
x
Reference in New Issue
Block a user