Remove use of config.fqdn
This commit is contained in:
@@ -29,11 +29,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
$scope.userInfo = Client.getUserInfo();
|
||||
$scope.emailDomains = [];
|
||||
|
||||
// FIXME this needs a whole lot of rework as it is used for alias ui, which now needs to be multidomain aware
|
||||
$scope.mailConfig = {
|
||||
enabled: false
|
||||
};
|
||||
|
||||
$scope.userremove = {
|
||||
busy: false,
|
||||
error: {},
|
||||
|
||||
Reference in New Issue
Block a user