mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
refactored naming Site => Login
This commit is contained in:
@@ -40,8 +40,8 @@ angular
|
||||
$state.go('backend.vault');
|
||||
};
|
||||
|
||||
$scope.addSite = function () {
|
||||
$scope.$broadcast('vaultAddSite');
|
||||
$scope.addLogin = function () {
|
||||
$scope.$broadcast('vaultAddLogin');
|
||||
};
|
||||
|
||||
$scope.addFolder = function () {
|
||||
|
||||
Reference in New Issue
Block a user