1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Enable SCIM feature flag (#3246)

This commit is contained in:
Thomas Rittson
2022-08-05 08:32:49 +10:00
committed by GitHub
parent 8626e1d4e6
commit e69128203d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@
},
"flags": {
"showTrial": false,
"scim": false
"scim": true
}
}

View File

@@ -8,6 +8,6 @@
},
"flags": {
"showTrial": false,
"scim": false
"scim": true
}
}