Fixed login bug (#882)

This commit is contained in:
Shannon Draeker
2024-01-30 17:24:00 -07:00
committed by Álison Fernandes
parent 95b4aaf605
commit cf8f2ff7fa
27 changed files with 8 additions and 116 deletions

View File

@@ -262,7 +262,6 @@ class MainViewModelTest : BaseViewModelTest() {
isPremium = true,
isLoggedIn = true,
isVaultUnlocked = true,
isVaultPendingUnlock = false,
needsPasswordReset = false,
isBiometricsEnabled = false,
organizations = emptyList(),