Skip to content

Commit

Permalink
"auto" must not be in the presentation submission #2879
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Sep 10, 2024
1 parent ef02ccb commit 74b69f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/scan/cubit/scan_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ class ScanCubit extends Cubit<ScanState> {
vpFormat = 'jwt_vp_json';
} else if (vcSdJwt) {
vpFormat = 'vc+sd-jwt';
vcFormat = 'vc+sd-jwt';
}
} else {
if (clientMetaData == null) {
Expand All @@ -765,6 +766,7 @@ class ScanCubit extends Cubit<ScanState> {
vpFormat = 'jwt_vp_json';
} else if (vpFormats.containsKey('vc+sd-jwt')) {
vpFormat = 'vc+sd-jwt';
vcFormat = 'vc+sd-jwt';
}
}
}
Expand Down

0 comments on commit 74b69f6

Please sign in to comment.