mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
domain rules page setup with new APIs
This commit is contained in:
@@ -60,6 +60,10 @@ angular
|
||||
$scope.$broadcast('settingsSessions');
|
||||
};
|
||||
|
||||
$scope.domains = function () {
|
||||
$scope.$broadcast('settingsDomains');
|
||||
};
|
||||
|
||||
$scope.delete = function () {
|
||||
$scope.$broadcast('settingsDelete');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user