1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Make WebAuthn a Free Method (#6079)

* remove webauthn premium badge

* update premium two-stop options text for web clients
This commit is contained in:
rr-bw
2023-08-31 11:25:17 -07:00
committed by GitHub
parent 066056bd45
commit 8669f81c1b
7 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ export const TwoFactorProviders: Partial<Record<TwoFactorProviderType, TwoFactor
description: null as string,
priority: 4,
sort: 5,
premium: true,
premium: false,
},
};