Skip to content

Commit

Permalink
code optimistation
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 14, 2024
1 parent 6df42f0 commit 5272398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Future<(String, String)> getDidAndKid({
profileCubit.jwtDecode.parseJwt(walletAttestationData);

did = walletAttestationDataPayload['cnf']['jwk']['kid'].toString();
kid = walletAttestationDataPayload['cnf']['jwk']['kid'].toString();
kid = did;
}

return (did, kid);
Expand Down

0 comments on commit 5272398

Please sign in to comment.