Skip to content

Commit

Permalink
Merge pull request #5081 from sadilchamishka/fix-system-api-register-…
Browse files Browse the repository at this point in the history
…issue

Fix System API not registering for non SaaS apps
  • Loading branch information
sadilchamishka authored Oct 26, 2023
2 parents e7695b7 + f708166 commit 0fda595
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ public boolean doPostCreateApplication(ServiceProvider serviceProvider, String t
"creation for Tenant: " + tenantDomain);
}

if (!serviceProvider.isSaasApp()) {
return true;
}

String appName = serviceProvider.getApplicationName();
// Return if the application is not console or my account.
if (!isConsole(appName) && !isMyAccount(appName)) {
Expand Down

0 comments on commit 0fda595

Please sign in to comment.