mirror of
https://github.com/bitwarden/android.git
synced 2026-06-02 11:12:00 -05:00
BIT-189 Check data breaches toggle should default to on (#159)
This commit is contained in:
@@ -526,7 +526,7 @@ class CreateAccountViewModelTest : BaseViewModelTest() {
|
||||
emailInput = "",
|
||||
confirmPasswordInput = "",
|
||||
passwordHintInput = "",
|
||||
isCheckDataBreachesToggled = false,
|
||||
isCheckDataBreachesToggled = true,
|
||||
isAcceptPoliciesToggled = false,
|
||||
dialog = null,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user