Remove FeatureFlag.QrCodeLogin

This commit is contained in:
Benoit Marty 2025-08-12 14:47:14 +02:00 committed by Benoit Marty
parent 1268f74420
commit be9861bea9
4 changed files with 1 additions and 35 deletions

View file

@ -8,9 +8,6 @@
package io.element.android.appconfig
object OnBoardingConfig {
/** Whether the user can use QR code login. */
const val CAN_LOGIN_WITH_QR_CODE = true
/** Whether the user can create an account using the app. */
const val CAN_CREATE_ACCOUNT = true
}