We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9033c51 commit bde754aCopy full SHA for bde754a
example/src/Constants.ts
@@ -109,17 +109,7 @@ export abstract class Constants {
109
static readonly OrganizationsSearchDescriptorByDidStaging: VCLOrganizationsSearchDescriptor =
110
{ filter: { did: Constants.IssuerDidStaging } };
111
112
- static readonly CredentialTypes = [
113
- 'EducationDegreeRegistrationV1.0',
114
- 'EducationDegreeStudyV1.0',
115
- 'EducationDegreeGraduationV1.0',
116
- 'EmploymentPastV1.1',
117
- 'Badge',
118
- 'BadgeV1.1',
119
- 'OpenBadgeV1.0',
120
- 'OpenBadgeV2.0',
121
- 'OpenBadgeCredential',
122
- ];
+ static readonly CredentialTypes = [];
123
124
static readonly ResidentPermitV10 = 'ResidentPermitV1.0';
125
0 commit comments