Browse Source

Fix default value of feature flags in env template

pull/4168/head
Philipp Kolberg 2 years ago
parent
commit
5b0fd4ed76
No known key found for this signature in database GPG Key ID: 4C58CB0448FF9061
  1. 2
      .env.template

2
.env.template

@ -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…
Cancel
Save