1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Ensure we require premium for u2f (#1869)

This commit is contained in:
Oscar Hinton
2022-02-16 20:28:20 +01:00
committed by GitHub
parent 4ee1dbe929
commit 95998292f7

View File

@ -58,6 +58,7 @@ namespace Bit.Core.Models
{
case TwoFactorProviderType.Duo:
case TwoFactorProviderType.YubiKey:
case TwoFactorProviderType.U2f: // Keep to ensure old U2f keys are considered premium
case TwoFactorProviderType.WebAuthn:
return true;
default: