mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-09 04:29:09 +00:00
Fix default value of feature flags in env template
This commit is contained in:
parent
fe5b34b6ee
commit
5b0fd4ed76
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@
|
|||
## - "autofill-v2": Use the new autofill implementation.
|
||||
## - "browser-fileless-import": Directly import credentials from other providers without a file.
|
||||
## - "fido2-vault-credentials": Enable the use of FIDO2 security keys as second factor.
|
||||
## EXPERIMENTAL_CLIENT_FEATURE_FLAGS=^autofill-v2,fido2-vault-credentials
|
||||
## EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials
|
||||
|
||||
## Rocket specific settings
|
||||
## See https://rocket.rs/v0.4/guide/configuration/ for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue