Only show the remote support for admins
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
angular.module('Application').controller('SupportController', ['$scope', '$location', 'Client', function ($scope, $location, Client) {
|
||||
$scope.config = Client.getConfig();
|
||||
$scope.user = Client.getUserInfo();
|
||||
|
||||
$scope.feedback = {
|
||||
error: null,
|
||||
|
||||
Reference in New Issue
Block a user