mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[EC-1043] Fix syntax error in ReadKdfByEmail query (#2631)
This commit is contained in:
@ -6,7 +6,7 @@ BEGIN
|
||||
|
||||
SELECT
|
||||
[Kdf],
|
||||
[KdfIterations]
|
||||
[KdfIterations],
|
||||
[KdfMemory],
|
||||
[KdfParallelism]
|
||||
FROM
|
||||
|
Reference in New Issue
Block a user