default to no sharing
This commit is contained in:
parent
793e0e7822
commit
88bbcd635a
|
@ -32,7 +32,7 @@ interface SignData {
|
|||
export class PassData {
|
||||
passTypeIdentifier: string = Constants.PASS_IDENTIFIER;
|
||||
teamIdentifier: string = Constants.TEAM_IDENTIFIER;
|
||||
sharingProhibited: boolean = false;
|
||||
sharingProhibited: boolean = true;
|
||||
voided: boolean = false;
|
||||
formatVersion: number = 1;
|
||||
logoText: string = Constants.NAME;
|
||||
|
|
Loading…
Reference in New Issue