1
0
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:
Kyle Spearrin
2017-04-28 16:06:25 -04:00
parent 02c1b4e08c
commit 8ac0be7477
2 changed files with 45 additions and 1 deletions

View File

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