1
0
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:
Kyle Spearrin
2017-04-12 16:41:31 -04:00
parent 0591f106d3
commit da8b31533a
2 changed files with 26 additions and 11 deletions

View File

@@ -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;
};