Signin with Element Classic WIP

This commit is contained in:
Benoit Marty 2026-01-02 16:03:31 +01:00 committed by Benoit Marty
parent 0dfdafdd6c
commit 6190980097
16 changed files with 749 additions and 1 deletions

View file

@ -133,4 +133,11 @@ 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,
),
}