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'
|
| 'paygInstanceStatsEvents'
|
||||||
| 'timestampsInChangeRequestTimeline'
|
| 'timestampsInChangeRequestTimeline'
|
||||||
| 'lifecycleGraphs'
|
| 'lifecycleGraphs'
|
||||||
| 'githubAuth'
|
|
||||||
| 'addConfiguration'
|
| 'addConfiguration'
|
||||||
| 'filterFlagsToArchive'
|
| 'filterFlagsToArchive'
|
||||||
| 'projectListViewToggle';
|
| 'projectListViewToggle';
|
||||||
@ -299,10 +298,6 @@ const flags: IFlags = {
|
|||||||
process.env.UNLEASH_EXPERIMENTAL_LIFECYCLE_GRAPHS,
|
process.env.UNLEASH_EXPERIMENTAL_LIFECYCLE_GRAPHS,
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
githubAuth: parseEnvVarBoolean(
|
|
||||||
process.env.UNLEASH_EXPERIMENTAL_GITHUB_AUTH,
|
|
||||||
false,
|
|
||||||
),
|
|
||||||
addConfiguration: parseEnvVarBoolean(
|
addConfiguration: parseEnvVarBoolean(
|
||||||
process.env.UNLEASH_EXPERIMENTAL_ADD_CONFIGURATION,
|
process.env.UNLEASH_EXPERIMENTAL_ADD_CONFIGURATION,
|
||||||
false,
|
false,
|
||||||
|
Loading…
Reference in New Issue
Block a user