Skip to content

Commit

Permalink
feat: Remove credential manifest switch #2537
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 27, 2024
1 parent 02c2383 commit 2430d9f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Oidc4vcSettingMenuView extends StatelessWidget {
const SecurityLevelWidget(),
const DidKeyTypeWidget(),
const DraftTypeWidget(),
const CredentialManifestSupportWidget(),
const CryptographicHolderBindingWidget(),
const ScopeParameterWidget(),
const ClientAuthenticationWidget(),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export 'client_authentication_widget.dart';
export 'client_credentials_widget.dart';
export 'client_type_widget.dart';
export 'credential_manifest_support.dart';
export 'cryptograhic_holder_binding.dart';
export 'did_key_type_widget.dart';
export 'draft_type_widget.dart';
Expand Down
2 changes: 0 additions & 2 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,6 @@
"developerModeSubtitle": "Enable developer mode to access advanced debugging tools",
"confirmVerifierAccess": "Confirm verifier access",
"confirmVerifierAccessSubtitle": "Default: On\nDisable to skip confirmation when you share your verifiable credentials.",
"credentialManifestSupport": "Credential Manifest Support",
"credentialManifestSupportSubtitle": "Default: Off\nUse DIF Wallet Rendering syntax instead of the 'display' attribute.",
"secureAuthenticationWithPINCode": "Secure Authentication with PIN Code",
"secureAuthenticationWithPINCodeSubtitle": "Default: On\nTurn off to skip PIN code for website authentication (not recommended).",
"youcanSelectOnlyXCredential": "You can select only {count} credential(s).",
Expand Down

0 comments on commit 2430d9f

Please sign in to comment.