Remove SignInWithClassic FeatureFlag to enable the feature. (#6698)

Closes #6669
This commit is contained in:
Benoit Marty 2026-05-18 13:54:54 +02:00 committed by GitHub
commit 653d9861dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 46 deletions

View file

@ -93,13 +93,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 = "Black theme",