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:
parent
5448fec71f
commit
ba99b332e1
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user