mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
org create form on it's own page instead of modal
This commit is contained in:
@@ -73,14 +73,6 @@
|
||||
});
|
||||
};
|
||||
|
||||
$scope.createOrganization = function () {
|
||||
$uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/settings/views/settingsCreateOrganization.html',
|
||||
controller: 'settingsCreateOrganizationController'
|
||||
});
|
||||
};
|
||||
|
||||
$scope.viewOrganization = function (id) {
|
||||
$state.go('backend.org.dashboard', { orgId: id });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user