mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
u2f 2f provider enum
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
Authenticator = 0,
|
||||
Email = 1,
|
||||
Duo = 2,
|
||||
YubiKey = 3
|
||||
YubiKey = 3,
|
||||
U2F = 4
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user