1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore: remove oidcRedirect flag (#9069)

This commit is contained in:
Mateusz Kwasniewski 2025-01-08 14:24:56 +01:00 committed by GitHub
parent cef10eee02
commit 135c1bd917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,6 @@ export type IFlagKey =
| 'granularAdminPermissions'
| 'streaming'
| 'etagVariant'
| 'oidcRedirect'
| 'deltaApi'
| 'newHostedAuthHandler'
| 'uniqueSdkTracking';
@ -279,10 +278,6 @@ const flags: IFlags = {
feature_enabled: false,
enabled: false,
},
oidcRedirect: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_OIDC_REDIRECT,
false,
),
deltaApi: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_DELTA_API,
false,