Skip to content

Commit

Permalink
Merge pull request #249 from tw-mosip/injiver-833-demo-changes
Browse files Browse the repository at this point in the history
[INJIVER-733] - URI changes
  • Loading branch information
sree96 authored Dec 3, 2024
2 parents 67043e6 + 78230eb commit 64381e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/redux/features/verify/verifySaga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function* fetchRequestUri(claims: string[]) {
&response_mode=direct_post
&nonce=${parsedData.authorizationDetails.nonce}
&state=${parsedData.requestId}
&response_uri=${window._env_.VERIFY_SERVICE_API_URL + parsedData.authorizationDetails.responseUri}
&presentation_definition_uri=${window._env_.VERIFY_SERVICE_API_URL + parsedData.authorizationDetails.presentationDefinitionUri}
&response_uri=${window.location+window._env_.VERIFY_SERVICE_API_URL + parsedData.authorizationDetails.responseUri}
&presentation_definition_uri=${window.location+window._env_.VERIFY_SERVICE_API_URL + parsedData.authorizationDetails.presentationDefinitionUri}
&client_metadata={"name":"${window.location}"}
&presentation_definition=${JSON.stringify(pdef)}`
);
Expand Down

0 comments on commit 64381e3

Please sign in to comment.