mirror of
https://github.com/bitwarden/android.git
synced 2026-03-26 08:12:00 -05:00
PM-11223: Enable remote confg for email verification feature (#3792)
This commit is contained in:
@@ -25,7 +25,7 @@ sealed class FlagKey<out T : Any> {
|
||||
data object EmailVerification : FlagKey<Boolean>() {
|
||||
override val keyName: String = "email-verification"
|
||||
override val defaultValue: Boolean = false
|
||||
override val isRemotelyConfigured: Boolean = false
|
||||
override val isRemotelyConfigured: Boolean = true
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user