1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +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" "proxyEvents": "https://events.bitwarden.com"
}, },
"flags": { "flags": {
"showTrial": false "showTrial": true
} }
} }