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:
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…
x
Reference in New Issue
Block a user