Browse Source

Disable secrets manager flag (#4633)

pull/4696/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
f0c9981215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/web/config/qa.json

2
apps/web/config/qa.json

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

Loading…
Cancel
Save