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

[SG-587] Enabled showTrial feature flag in cloud (#3311)

* Enabled showTrial feature flag in cloud and selfhosted.
This commit is contained in:
Todd Martin
2022-08-15 16:21:08 -04:00
committed by GitHub
parent 4b70278b3f
commit ce4fd26e0d

View File

@@ -16,6 +16,6 @@
"proxyEvents": "https://events.bitwarden.com"
},
"flags": {
"showTrial": false
"showTrial": true
}
}