Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions example/src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,7 @@ export abstract class Constants {
static readonly OrganizationsSearchDescriptorByDidStaging: VCLOrganizationsSearchDescriptor =
{ filter: { did: Constants.IssuerDidStaging } };

static readonly CredentialTypes = [
'EducationDegreeRegistrationV1.0',
'EducationDegreeStudyV1.0',
'EducationDegreeGraduationV1.0',
'EmploymentPastV1.1',
'Badge',
'BadgeV1.1',
'OpenBadgeV1.0',
'OpenBadgeV2.0',
'OpenBadgeCredential',
];
static readonly CredentialTypes = [];

static readonly ResidentPermitV10 = 'ResidentPermitV1.0';

Expand Down