Merge pull request #15 from covidpass-org/dev

Allow sharing as mentioned in #8
This commit is contained in:
Sören Busse 2021-06-29 00:27:24 +02:00 committed by GitHub
commit 888c40c989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,