Skip to content

Commit

Permalink
MOSIP-35404
Browse files Browse the repository at this point in the history
Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar committed Jan 8, 2025
1 parent 9ec3eec commit 928a46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static String inputstringKeyWordHandeler(String jsonString, String testCa

if (jsonString.contains("$SIGNUPREDIRECTURI$")) {
jsonString = replaceKeywordValue(jsonString, "$SIGNUPREDIRECTURI$",
ApplnURI.replace(GlobalConstants.API_INTERNAL, "signup") + "/identity-verification");
SignupConfigManager.getSignupBaseUrl() + "/identity-verification");
}

if (jsonString.contains("$OIDCJWKKEY$")) {
Expand Down

0 comments on commit 928a46b

Please sign in to comment.