remove the user/domain/mailbox max count

This commit is contained in:
Girish Ramakrishnan
2022-05-26 14:35:29 -07:00
parent 416bfa67a1
commit 72ba61ad91
4 changed files with 0 additions and 18 deletions

View File

@@ -294,11 +294,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
sendInvite: false,
show: function () {
if ($scope.config.features.userMaxCount && $scope.config.features.userMaxCount <= $scope.allUsers.length) {
$('#subscriptionRequiredModal').modal('show');
return;
}
$scope.useradd.error = {};
$scope.useradd.email = '';
$scope.useradd.fallbackEmail = '';