Skip to content

Commit

Permalink
rename type (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApereLieZ authored Dec 16, 2024
1 parent 2bf341e commit 92ba923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProofRequestsDemo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function ProofAttributesStep({
})

const newUrl = new URL('rarime://external')
newUrl.searchParams.append('type', 'proof-request')
newUrl.searchParams.append('type', 'light-verification')
newUrl.searchParams.append('proof_params_url', data.get_proof_params)
if (attrs.redirectURL) {
newUrl.searchParams.append('redirect_uri', attrs.redirectURL)
Expand Down

0 comments on commit 92ba923

Please sign in to comment.