mirror of
https://github.com/bitwarden/server
synced 2026-01-09 12:03:21 +00:00
Remove the u2f lib (#1820)
This commit is contained in:
@@ -72,13 +72,6 @@ BEGIN
|
||||
WHERE
|
||||
[UserId] = @Id
|
||||
|
||||
-- Delete U2F logins
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[U2f]
|
||||
WHERE
|
||||
[UserId] = @Id
|
||||
|
||||
-- Delete SSO Users
|
||||
DELETE
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user