mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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