Skip to content

Commit

Permalink
flutter analyze lib test
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Jun 4, 2024
1 parent 46984c3 commit 9e93b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oidc4vc/lib/src/oidc4vc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ class OIDC4VC {
}) async {
try {
final secureStorageProvider = getSecureStorage;
final cachedData = await secureStorageProvider.get(uri);
// final cachedData = await secureStorageProvider.get(uri);
// TODO(hawkbee): To be removed.
/// temporary solution to purge faulty stored data
/// Will be removed in the future
Expand Down

0 comments on commit 9e93b3d

Please sign in to comment.