mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
move logins to ciphers apis
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
$scope.loading = true;
|
||||
$scope.readOnly = false;
|
||||
|
||||
apiService.logins.get({ id: loginId }).$promise.then(function (login) {
|
||||
apiService.ciphers.get({ id: loginId }).$promise.then(function (login) {
|
||||
$scope.readOnly = !login.Edit;
|
||||
if (login.Edit) {
|
||||
$scope.login = cipherService.decryptLogin(login);
|
||||
|
||||
Reference in New Issue
Block a user