Remove SignInWithClassic FeatureFlag to enable the feature.

Closes #6669
This commit is contained in:
Benoit Marty 2026-04-30 11:19:10 +02:00
parent 8b8eedb419
commit fabdcee520
4 changed files with 0 additions and 46 deletions

View file

@ -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",