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

load folders from it's api

This commit is contained in:
Kyle Spearrin
2017-03-18 22:55:54 -04:00
parent acf124c81e
commit 22ab5d334e
2 changed files with 20 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ angular
return {
id: encryptedFolder.Id,
name: _service.decryptProperty(encryptedFolder.Data.Name, null, false)
name: _service.decryptProperty(encryptedFolder.Name, null, false)
};
};