Skip to content

Commit

Permalink
hotfix kyc did payload
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Nov 17, 2023
1 parent 035c5d3 commit b8cea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/KycContext/KycContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ const KycContextProvider: FC<HTMLAttributes<HTMLDivElement>> = ({
data: {
type: 'verify',
attributes: {
identity_id: identityIdString,
identity_id: identityIdString.replace('did:iden3:', ''),
provider_data: {
...VERIFY_KYC_DATA_MAP[selectedKycProvider],
},
Expand Down

0 comments on commit b8cea65

Please sign in to comment.