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

Turn off trial route in qa for testing (#3099)

This commit is contained in:
Robyn MacCallum
2022-07-15 12:00:15 -04:00
committed by GitHub
parent ef68d5ed65
commit d1141247e5

View File

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