feat: Working passkeys storage (#4025)

This commit is contained in:
GeekCorner
2023-11-04 03:08:45 +01:00
committed by GitHub
parent 915496c103
commit 93da5091e6
3 changed files with 4 additions and 9 deletions

View File

@@ -216,7 +216,8 @@ fn config() -> Json<Value> {
// Any feature flags that we want the clients to use
// Can check the enabled ones at:
// https://vault.bitwarden.com/api/config
"autofill-v2": true
"autofill-v2": true,
"fido2-vault-credentials": true
},
"object": "config",
}))