1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 19:13:50 +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], 1 [Manage],
0 [OrganizationUseTotp] 0 [OrganizationUseTotp]
FROM FROM
[dbo].[CipherDetails](@UserId) [dbo].[CipherDetails](@UserId) AS C
WHERE WHERE
[UserId] = @UserId C.[UserId] = @UserId