[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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