Remove SignInWithClassic FeatureFlag to enable the feature.
Closes #6669
This commit is contained in:
parent
8b8eedb419
commit
fabdcee520
4 changed files with 0 additions and 46 deletions
|
|
@ -100,13 +100,6 @@ enum class FeatureFlags(
|
|||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
SignInWithClassic(
|
||||
key = "feature.signin_with_classic",
|
||||
title = "Sign in with Element Classic",
|
||||
description = "Allow the application to sign in to the current Element Classic account.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
AllowBlackTheme(
|
||||
key = "feature.allow_black_theme",
|
||||
title = "Allow black theme",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue