mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
BITAU-160 Update feature flag name for authenticator sync (#3903)
This commit is contained in:
parent
8f30742908
commit
a5726fb72b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ sealed class FlagKey<out T : Any> {
|
|||
* Data object holding the key for syncing with the Bitwarden Authenticator app.
|
||||
*/
|
||||
data object AuthenticatorSync : FlagKey<Boolean>() {
|
||||
override val keyName: String = "authenticator-sync"
|
||||
override val keyName: String = "enable-authenticator-sync-android"
|
||||
override val defaultValue: Boolean = false
|
||||
override val isRemotelyConfigured: Boolean = false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue