mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
folder service bug
This commit is contained in:
parent
ea5a411f30
commit
efddb385d8
@ -74,7 +74,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
var userId = await _userService.GetUserIdAsync();
|
||||
var folders = await _storageService.GetAsync<Dictionary<string, FolderData>>(
|
||||
string.Format(Keys_CiphersFormat, userId));
|
||||
string.Format(Keys_FoldersFormat, userId));
|
||||
var response = folders?.Select(f => new Folder(f.Value));
|
||||
return response?.ToList() ?? new List<Folder>();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user