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

This commit is contained in:
Kerry
2023-10-19 06:00:29 +00:00
committed by GitHub
parent 3902ce9c40
commit 5056c12b38
2 changed files with 5 additions and 1 deletions
+3
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": {