Allow sharing as mentioned in #8

This commit is contained in:
Hauke Tönjes 2021-06-29 00:26:15 +02:00
parent 288bde031a
commit e2e39aae3c
No known key found for this signature in database
GPG Key ID: 0BF2BC96C9FAAE9E
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,