Remove use of config.fqdn

This commit is contained in:
Girish Ramakrishnan
2018-01-29 14:35:47 -08:00
parent f850235b3a
commit f3b53a22f5
5 changed files with 7 additions and 13 deletions

View File

@@ -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: {},