1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +00:00

fix syntax error

This commit is contained in:
jaasen-livefront
2025-11-17 13:47:07 -08:00
parent e1a238dab6
commit 933e199581

View File

@@ -86,6 +86,6 @@ SELECT
1 [Manage],
0 [OrganizationUseTotp]
FROM
[dbo].[CipherDetails](@UserId)
[dbo].[CipherDetails](@UserId) AS C
WHERE
[UserId] = @UserId
C.[UserId] = @UserId