1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

edit is true for LoginResponseModel with Cipher

This commit is contained in:
Kyle Spearrin 2017-05-10 08:14:01 -04:00
parent 5448fec71f
commit ba99b332e1

View File

@ -29,6 +29,7 @@ namespace Bit.Core.Models.Api
Password = data.Password;
Notes = data.Notes;
RevisionDate = cipher.RevisionDate;
Edit = true;
}
public LoginResponseModel(CipherDetails cipher, string obj = "login")