1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}