1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

move logins to ciphers apis

This commit is contained in:
Kyle Spearrin
2017-09-20 16:45:13 -04:00
parent 06a877c755
commit f7fbdf2081
12 changed files with 24 additions and 31 deletions

View File

@@ -193,7 +193,7 @@
return;
}
apiService.logins.del({ id: login.id }, function () {
apiService.ciphers.del({ id: login.id }, function () {
$analytics.eventTrack('Deleted Login');
removeLoginFromScopes(login);
});