mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-11 03:05:58 +03:00
feat: Working passkeys storage (#4025)
This commit is contained in:
@@ -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",
|
||||
}))
|
||||
|
Reference in New Issue
Block a user