mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
chore: remove flag githubAuth (#10457)
https://linear.app/unleash/issue/2-3736/remove-githubauth-feature-flag Removes `githubAuth` feature flag.
This commit is contained in:
parent
918e792af6
commit
105962c5c3
@ -64,7 +64,6 @@ export type IFlagKey =
|
||||
| 'paygInstanceStatsEvents'
|
||||
| 'timestampsInChangeRequestTimeline'
|
||||
| 'lifecycleGraphs'
|
||||
| 'githubAuth'
|
||||
| 'addConfiguration'
|
||||
| 'filterFlagsToArchive'
|
||||
| 'projectListViewToggle';
|
||||
@ -299,10 +298,6 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_LIFECYCLE_GRAPHS,
|
||||
false,
|
||||
),
|
||||
githubAuth: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_GITHUB_AUTH,
|
||||
false,
|
||||
),
|
||||
addConfiguration: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_ADD_CONFIGURATION,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user