1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

org dashboard route

This commit is contained in:
Kyle Spearrin
2017-03-03 19:14:14 -05:00
parent 880be03211
commit 4fdf2a98bf
2 changed files with 4 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
};
$scope.viewOrganization = function (id) {
$state.go('backend.org.dashboard');
$state.go('backend.org.dashboard', { id: id });
};
$scope.twoFactor = function () {