Skip to content

Commit

Permalink
Merge branch 'tmp'
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed May 3, 2024
2 parents ef97cf8 + c25f9a7 commit 738db16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/scan/cubit/scan_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class ScanCubit extends Cubit<ScanState> {
}),
jsonEncode({
'verificationMethod': kid,
'proofPurpose': 'authentication',
'proofPurpose': 'assertionMethod',
'challenge': challenge,
'domain': domain,
}),
Expand Down Expand Up @@ -891,7 +891,7 @@ class ScanCubit extends Cubit<ScanState> {
if (presentLdpVc) {
final options = jsonEncode({
'verificationMethod': kid,
'proofPurpose': 'authentication',
'proofPurpose': 'assertionMethod',
'challenge': nonce,
'domain': clientId,
});
Expand Down

0 comments on commit 738db16

Please sign in to comment.