Browse Source

Ensure we require premium for u2f (#1869)

pull/1871/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
95998292f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Core/Models/TwoFactorProvider.cs

1
src/Core/Models/TwoFactorProvider.cs

@ -58,6 +58,7 @@ namespace Bit.Core.Models @@ -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:

Loading…
Cancel
Save