mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
folder service bug
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user