Skip to content

Commit

Permalink
version: 2.5.5+454
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed May 21, 2024
1 parent f52ff6b commit 57cb649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/oidc4vc/lib/src/oidc4vc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1720,13 +1720,10 @@ class OIDC4VC {
try {
final secureStorageProvider = getSecureStorage;
final cachedData = await secureStorageProvider.get(uri);
print('cachedData: $cachedData');
// TODO(hawkbee): To be removed.
/// temporary solution to purge faulty stored data
/// Will be removed in the future
await secureStorageProvider.delete(uri);
final testCachedData = await secureStorageProvider.get(uri);
print('testCachedData: $testCachedData');

/// end of temporary solution
dynamic response;
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: 2.5.4+453
version: 2.5.5+454

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 57cb649

Please sign in to comment.