mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 23:53:19 +08:00
[PS-1938] Fix EF Password Reprompt (#2468)
* Return Reprompt Property * Return from CipherDetails
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user