1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-23 06:57:40 +01:00

default to no sharing

This commit is contained in:
Billy Lo 2021-09-02 16:45:58 -04:00
parent 793e0e7822
commit 88bbcd635a

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;