diff options
author | Daniel <[email protected]> | 2024-10-21 01:05:11 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-21 00:05:11 +0200 |
commit | f60502a17e578cbfcd98bfd4763dc054948c1662 (patch) | |
tree | 5e0e0483717ea3955541207845d5cee4443926d4 | |
parent | 13f4b66e6224775f194d4fc4274e7e948becb3a0 (diff) | |
download | vaultwarden-f60502a17e578cbfcd98bfd4763dc054948c1662.tar.gz vaultwarden-f60502a17e578cbfcd98bfd4763dc054948c1662.zip |
Add documentation for the `extension-refresh` feature flag (#5112)
-rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.template b/.env.template index fb624703..5a8686d5 100644 --- a/.env.template +++ b/.env.template @@ -347,6 +347,7 @@ ## - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials. ## - "autofill-v2": Use the new autofill implementation. ## - "browser-fileless-import": Directly import credentials from other providers without a file. +## - "extension-refresh": Temporarily enable the new extension design until general availability (should be used with the beta Chrome extension) ## - "fido2-vault-credentials": Enable the use of FIDO2 security keys as second factor. # EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials |