mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
fix syntax error
This commit is contained in:
@@ -86,6 +86,6 @@ SELECT
|
||||
1 [Manage],
|
||||
0 [OrganizationUseTotp]
|
||||
FROM
|
||||
[dbo].[CipherDetails](@UserId)
|
||||
[dbo].[CipherDetails](@UserId) AS C
|
||||
WHERE
|
||||
[UserId] = @UserId
|
||||
C.[UserId] = @UserId
|
||||
Reference in New Issue
Block a user