diff --git a/lib/app/shared/helper_functions/helper_functions.dart b/lib/app/shared/helper_functions/helper_functions.dart index 77f6776c5..8523c4e07 100644 --- a/lib/app/shared/helper_functions/helper_functions.dart +++ b/lib/app/shared/helper_functions/helper_functions.dart @@ -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);