make branding and email config available to admin

This commit is contained in:
Girish Ramakrishnan
2024-01-04 21:20:26 +01:00
parent 19dd56c160
commit b3f91c4868
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
$scope.domains = domains;
$scope.ready = true;
if ($scope.user.isAtLeastOwner) {
if ($scope.user.isAtLeastAdmin) {
$scope.mailLocation.refresh();
$scope.maxEmailSize.refresh();
$scope.virtualAllMail.refresh();