1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Kyle Spearrin
2017-11-08 22:03:50 -05:00
parent 30a2b878f6
commit e4076e95dd
2 changed files with 2 additions and 2 deletions

2
dist/.publish vendored

Submodule dist/.publish updated: 8839362e8f...9d2a53eca0

View File

@@ -14,6 +14,6 @@
}); });
$scope.goBilling = function () { $scope.goBilling = function () {
$state.go('backend.org.billing', { orgId: $state.params.orgId }) $state.go('backend.org.billing', { orgId: $state.params.orgId });
}; };
}); });