mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 01:16:02 +03:00
PM-11223: Enable remote confg for email verification feature (#3792)
This commit is contained in:
parent
13c29c8296
commit
8d08b5f7c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue