1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 03:33:59 +00:00

[AC-2788] Remove unassigned items feature flag and logic (#3300)

This commit is contained in:
Federico Maccaroni
2024-06-19 08:57:04 -03:00
committed by GitHub
parent cf5c5aa114
commit 9edcc8b4f7
19 changed files with 2 additions and 182 deletions

View File

@@ -27,7 +27,6 @@ namespace Bit.App.Models
public bool HideAccountSwitcher { get; set; }
public OtpData? OtpData { get; set; }
public bool HasUnlockedInThisTransaction { get; set; }
public bool HasJustLoggedInOrUnlocked { get; set; }
public void SetAllFrom(AppOptions o)
{