Skip to content

Commit

Permalink
[INJIVER-833] - add redirect param
Browse files Browse the repository at this point in the history
Signed-off-by: Sreenadh S <[email protected]>
  • Loading branch information
sree96 committed Dec 3, 2024
1 parent 6f68695 commit 3a6e0c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/pages/BlankApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

function BlankApplication(props: any) {
return (
<><h1>This is a page with Blank application</h1><a href={"/?re=http%3A%2F%2Flocalhost%3A3000%2Fmosipc"}> Click here to proceed</a></>
<><h1>This is a page with Blank application</h1><a href={"/?re=https%3A%2F%2Finjiverify.dev1.mosip.net%2Fmosipc"}> Click here to proceed</a></>
);
}

Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/FarmerCredential.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function FarmerCredential(props: any) {
return (
<><h1>This is a page with National ID Credential details and Farmer Credentials Prefilled </h1>
<h2>Successfully addded all the details </h2>
<a href={"/?re=http%3A%2F%2Flocalhost%3A3000%2Fblank"}> Click here to go to Home</a></>
<a href={"/?re=https%3A%2F%2Finjiverify.dev1.mosip.net%2Fblank"}> Click here to go to Home</a></>
);
}

Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/MosipC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

function MosipC(props: any) {
return (
<><h1>This is a page with National ID Credential details Prefilled </h1><a href={"/?re=http%3A%2F%2Flocalhost%3A3000%2Ffarmerc"}> Click here to proceed</a></>
<><h1>This is a page with National ID Credential details Prefilled </h1><a href={"/?re=https%3A%2F%2Finjiverify.dev1.mosip.net%2Ffarmerc"}> Click here to proceed</a></>
);
}

Expand Down

0 comments on commit 3a6e0c2

Please sign in to comment.