Skip to content

Commit

Permalink
Merge pull request #5826 from wso2/revert-5819-master-fix-spid-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Mar 23, 2024
2 parents 28b4dec + fe6670b commit 2897437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-balloons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bananas-greet.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
if (StringUtils.isNotBlank(spId)) {
try {
ApplicationDataRetrievalClient applicationDataRetrieval = new ApplicationDataRetrievalClient();
if (!sp.equals("My Account")) {
if (spId.equals("My_Account")) {
sp = "My Account";
} else {
sp = applicationDataRetrieval.getApplicationName(tenantDomain,spId);
}
} catch (Exception e) {
Expand Down

0 comments on commit 2897437

Please sign in to comment.