1
0
Fork 0
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:
Philipp Kolberg 2023-12-19 20:42:44 +01:00
commit 5b0fd4ed76
No known key found for this signature in database
GPG key ID: 4C58CB0448FF9061

View file

@ -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.