mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
add back folder expand for backwards compat.
This commit is contained in:
@ -48,6 +48,9 @@ namespace Bit.Core.Models.Api
|
||||
public string Password { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
|
||||
[Obsolete]
|
||||
public FolderResponseModel Folder { get; set; }
|
||||
}
|
||||
|
||||
public class LoginDetailsResponseModel : LoginResponseModel
|
||||
|
Reference in New Issue
Block a user