default to no sharing

This commit is contained in:
Billy Lo 2021-09-02 16:45:58 -04:00
parent 793e0e7822
commit 88bbcd635a
1 changed files with 1 additions and 1 deletions

View File

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