Updated the client App name

This commit is contained in:
Mohinish Sah
2023-03-01 18:45:08 +05:30
parent 5107fdfe41
commit 7ab5e8afd0

View File

@@ -538,7 +538,7 @@ public class ResetPasswordServiceImpl implements ResetPasswordService
String pageUrl = clientApp.getProperty("resetPasswordPageUrl");
if(clientApp.getName().equals("workspace"))
if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl")))
{
String workspaceUrl = clientApp.getProperty("workspaceUrl");