1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

add missing [ViewPassword] true (#799)

This commit is contained in:
Kyle Spearrin
2020-06-27 15:09:04 -04:00
committed by GitHub
parent 6bc7a3cdc0
commit cc9d18f6d2
2 changed files with 25 additions and 0 deletions

View File

@ -7,6 +7,7 @@ BEGIN
SELECT
*,
1 [Edit],
1 [ViewPassword],
0 [OrganizationUseTotp]
FROM
[dbo].[CipherDetails](@UserId)