mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
org dashboard route
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
};
|
||||
|
||||
$scope.viewOrganization = function (id) {
|
||||
$state.go('backend.org.dashboard');
|
||||
$state.go('backend.org.dashboard', { id: id });
|
||||
};
|
||||
|
||||
$scope.twoFactor = function () {
|
||||
|
||||
Reference in New Issue
Block a user