1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Disable secrets manager flag (#4633)

This commit is contained in:
Oscar Hinton
2023-02-06 14:22:06 +01:00
committed by GitHub
parent 3214c85a02
commit f0c9981215

View File

@@ -10,7 +10,7 @@
"proxyEvents": "https://events.qa.bitwarden.pw" "proxyEvents": "https://events.qa.bitwarden.pw"
}, },
"flags": { "flags": {
"secretsManager": true, "secretsManager": false,
"showPasswordless": true "showPasswordless": true
} }
} }