mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
organization pages and routing
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
};
|
||||
|
||||
$scope.viewOrganization = function (id) {
|
||||
$state.go('backend.org.dashboard', { id: id });
|
||||
$state.go('backend.org.dashboard', { orgId: id });
|
||||
};
|
||||
|
||||
$scope.twoFactor = function () {
|
||||
|
||||
Reference in New Issue
Block a user