1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

[PS-1938] Fix EF Password Reprompt (#2468)

* Return Reprompt Property

* Return from CipherDetails
This commit is contained in:
Justin Baur
2022-12-04 22:15:12 -05:00
committed by GitHub
parent c39736c583
commit 9ce37e1eb5
3 changed files with 3 additions and 0 deletions

View File

@ -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,
};