[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

@@ -69,6 +69,7 @@ public class UserCipherDetailsQuery : IQuery<CipherDetails>
Favorite = _userId.HasValue && c.Favorites != null && c.Favorites.Contains($"\"{_userId}\":true"),
FolderId = GetFolderId(_userId, c),
Edit = true,
Reprompt = c.Reprompt,
ViewPassword = true,
OrganizationUseTotp = false,
});