mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
fixes for configuring u2f device
This commit is contained in:
@@ -12,7 +12,6 @@ BEGIN
|
||||
|
||||
INSERT INTO [dbo].[U2f]
|
||||
(
|
||||
[Id],
|
||||
[UserId],
|
||||
[KeyHandle],
|
||||
[Challenge],
|
||||
@@ -22,7 +21,6 @@ BEGIN
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@Id,
|
||||
@UserId,
|
||||
@KeyHandle,
|
||||
@Challenge,
|
||||
|
||||
Reference in New Issue
Block a user