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:
@ -7,6 +7,7 @@ BEGIN
|
||||
SELECT
|
||||
*,
|
||||
1 [Edit],
|
||||
1 [ViewPassword],
|
||||
0 [OrganizationUseTotp]
|
||||
FROM
|
||||
[dbo].[CipherDetails](@UserId)
|
||||
|
Reference in New Issue
Block a user