Skip to content

Commit

Permalink
Fix System API not registering for non SaaS apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 26, 2023
1 parent fa6f3c5 commit f708166
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 f708166

Please sign in to comment.