mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 07:03:11 +08:00
[PS-1938] Fix EF Password Reprompt (#2468)
* Return Reprompt Property * Return from CipherDetails
This commit is contained in:
@@ -345,6 +345,7 @@ public class CipherRepository : Repository<Core.Entities.Cipher, Cipher, Guid>,
|
||||
Favorite = c.Favorite,
|
||||
FolderId = c.FolderId,
|
||||
Edit = true,
|
||||
Reprompt = c.Reprompt,
|
||||
ViewPassword = true,
|
||||
OrganizationUseTotp = false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user