mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Enable SCIM feature flag (#3246)
This commit is contained in:
@@ -17,6 +17,6 @@
|
|||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"showTrial": false,
|
"showTrial": false,
|
||||||
"scim": false
|
"scim": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"showTrial": false,
|
"showTrial": false,
|
||||||
"scim": false
|
"scim": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user