1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[SM-891] Set SM flag to true for self-hosted (#6088)

* Set SM flag to true for selfhosted

* [SM-890] Add Secrets Manager self-hosted indicator (#6163)

* Add SM self-hosted indicator
This commit is contained in:
Thomas Avery
2023-10-16 15:46:59 -05:00
committed by GitHub
parent c39ffe1991
commit d79ef473c6
4 changed files with 22 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"port": 8081
},
"flags": {
"secretsManager": false,
"secretsManager": true,
"showPasswordless": true,
"enableCipherKeyEncryption": false
}