Unverified Commit 85f86bae authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Merge pull request #3 from lakshmi551/release-5.1.0

4720-removed the forward slash
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -85,7 +85,7 @@ public class KeycloakRequiredActionLinkUtil {
+ mapper.writeValueAsString(request));
String url =
ProjectUtil.getConfigValue(JsonKey.SUNBIRD_SSO_URL)
+ "/realms/"
+ "realms/"
+ ProjectUtil.getConfigValue(JsonKey.SUNBIRD_SSO_RELAM)
+ SUNBIRD_KEYCLOAK_REQD_ACTION_LINK;
logger.info(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment