mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +00:00
Prevent error when using WebAuthn as non premium user (#1331)
This commit is contained in:
@@ -131,6 +131,7 @@ namespace Bit.Core.Models
|
||||
case TwoFactorProviderType.Duo:
|
||||
case TwoFactorProviderType.YubiKey:
|
||||
case TwoFactorProviderType.U2f:
|
||||
case TwoFactorProviderType.WebAuthn:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user