Skip to content

Commit

Permalink
chore: remove oidcRedirect flag (#9069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jan 8, 2025
1 parent cef10ee commit 135c1bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/types/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export type IFlagKey =
| 'granularAdminPermissions'
| 'streaming'
| 'etagVariant'
| 'oidcRedirect'
| 'deltaApi'
| 'newHostedAuthHandler'
| 'uniqueSdkTracking';
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 135c1bd

Please sign in to comment.