configure feature_oidc_native_flow as a feature setting, update copy (#11773)

This commit is contained in:
Kerry 2023-10-19 19:00:29 +13:00 committed by GitHub
parent 3902ce9c40
commit 5056c12b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -444,8 +444,11 @@ export const SETTINGS: { [setting: string]: ISetting } = {
default: false,
},
[Features.OidcNativeFlow]: {
isFeature: true,
labsGroup: LabGroup.Developer,
supportedLevels: LEVELS_FEATURE,
displayName: _td("labs|oidc_native_flow"),
description: _td("labs|oidc_native_flow_description"),
default: false,
},
"feature_rust_crypto": {