mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25: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;
|
Password = data.Password;
|
||||||
Notes = data.Notes;
|
Notes = data.Notes;
|
||||||
RevisionDate = cipher.RevisionDate;
|
RevisionDate = cipher.RevisionDate;
|
||||||
|
Edit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public LoginResponseModel(CipherDetails cipher, string obj = "login")
|
public LoginResponseModel(CipherDetails cipher, string obj = "login")
|
||||||
|
Loading…
Reference in New Issue
Block a user