mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
edit is true for LoginResponseModel with Cipher
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user