1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Add feature flag for scim navigation (#3146)

This commit is contained in:
Thomas Rittson
2022-07-21 13:27:06 +10:00
committed by GitHub
parent 01dd22fda8
commit 36b66ee5de
6 changed files with 17 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
"port": 8081
},
"flags": {
"showTrial": false
"showTrial": false,
"scim": false
}
}