Skip to content

Commit

Permalink
account admin shouldn't be able to create wingback subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Feb 5, 2025
1 parent e344335 commit 27676f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domain/space/account/account.service.authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ export class AccountAuthorizationService {
],
CREDENTIAL_RULE_TYPES_ACCOUNT_LICENSE_MANAGE
);
accountLicenseManage.criterias.push(accountAdminCredential);
accountLicenseManage.cascade = false;
newRules.push(accountLicenseManage);

Expand Down

0 comments on commit 27676f1

Please sign in to comment.