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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user