Skip to content

Commit

Permalink
wizard ui. hide also privacy permission
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Dec 14, 2023
1 parent 4369b88 commit 10a15d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard/app/scripts/controllers/configurations/profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ angular.module('nethvoiceWizardUiApp')

$scope.initGraphics = function () {};

$scope.tempBlacklist = ["conference", "chat", "phone_buttons", "screen_sharing", "video_conference", "trunks"];
$scope.tempBlacklist = ["conference", "chat", "phone_buttons", "screen_sharing", "video_conference", "trunks", "privacy"];

$scope.isInBlacklist = function(perm) {
return $scope.tempBlacklist.includes(perm);
Expand Down

0 comments on commit 10a15d0

Please sign in to comment.