Skip to content

Commit

Permalink
feat: Remove OID4VC profiles #1926
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 25, 2023
1 parent 80da87c commit 49e7cb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions lib/dashboard/drawer/ssi/src/view/ssi_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ class SSIView extends StatelessWidget {
await Navigator.of(context).push<void>(RestoreMenu.route());
},
),
DrawerItem(
title: l10n.oidc4vcProfile,
onTap: () async {
await Navigator.of(context)
.push<void>(OIDC4VCProfilePage.route());
},
),
// DrawerItem(
// title: l10n.oidc4vcProfile,
// onTap: () async {
// await Navigator.of(context)
// .push<void>(OIDC4VCProfilePage.route());
// },
// ),
DrawerItem(
title: l10n.verifiableDataRegistry,
onTap: () async {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: altme
description: AltMe Flutter App
version: 1.20.25+274
version: 1.20.26+275
publish_to: none

environment:
Expand Down

0 comments on commit 49e7cb5

Please sign in to comment.