mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Moved domain rules page out from modal into it's own page
This commit is contained in:
@@ -67,14 +67,6 @@
|
||||
});
|
||||
};
|
||||
|
||||
$scope.domains = function () {
|
||||
$uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/settings/views/settingsDomains.html',
|
||||
controller: 'settingsDomainsController'
|
||||
});
|
||||
};
|
||||
|
||||
$scope.delete = function () {
|
||||
$uibModal.open({
|
||||
animation: true,
|
||||
|
||||
Reference in New Issue
Block a user