mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Ensure we require premium for u2f (#1869)
This commit is contained in:
parent
4ee1dbe929
commit
95998292f7
@ -58,6 +58,7 @@ namespace Bit.Core.Models
|
|||||||
{
|
{
|
||||||
case TwoFactorProviderType.Duo:
|
case TwoFactorProviderType.Duo:
|
||||||
case TwoFactorProviderType.YubiKey:
|
case TwoFactorProviderType.YubiKey:
|
||||||
|
case TwoFactorProviderType.U2f: // Keep to ensure old U2f keys are considered premium
|
||||||
case TwoFactorProviderType.WebAuthn:
|
case TwoFactorProviderType.WebAuthn:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user