mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
add support for storing u2f challenges
This commit is contained in:
6
src/Sql/dbo/Views/U2fView.sql
Normal file
6
src/Sql/dbo/Views/U2fView.sql
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[U2fView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[U2f]
|
Reference in New Issue
Block a user