mirror of
https://github.com/bitwarden/android.git
synced 2026-06-07 14:57:41 -05:00
BIT-189 Check data breaches toggle should default to on (#159)
This commit is contained in:
committed by
Álison Fernandes
parent
8295a47e3d
commit
207bed42ed
@@ -50,7 +50,7 @@ class CreateAccountViewModel @Inject constructor(
|
||||
confirmPasswordInput = "",
|
||||
passwordHintInput = "",
|
||||
isAcceptPoliciesToggled = false,
|
||||
isCheckDataBreachesToggled = false,
|
||||
isCheckDataBreachesToggled = true,
|
||||
dialog = null,
|
||||
),
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user