1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 18:12:48 -05:00

[PM-5566] Remove U2F keys from TwoFactorProviders (#3645)

* Remove U2F keys from TwoFactorProviders

* Remove U2f from Premium check.
This commit is contained in:
Oscar Hinton
2024-01-18 17:54:57 +01:00
committed by GitHub
parent 974d23efdd
commit ef359c3cf1
2 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public class TwoFactorProvider
{
case TwoFactorProviderType.Duo:
case TwoFactorProviderType.YubiKey:
case TwoFactorProviderType.U2f: // Keep to ensure old U2f keys are considered premium
return true;
default:
return false;