mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
export data fixes due to api cahnges
This commit is contained in:
@@ -37,12 +37,6 @@ angular
|
||||
notes: encryptedLogin.Notes && encryptedLogin.Notes !== '' ? cryptoService.decrypt(encryptedLogin.Notes, key) : null
|
||||
};
|
||||
|
||||
if (encryptedLogin.Folder) {
|
||||
login.folder = {
|
||||
name: cryptoService.decrypt(encryptedLogin.Folder.Name)
|
||||
};
|
||||
}
|
||||
|
||||
return login;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user