mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
[AC-2788] Remove unassigned items feature flag and logic (#3300)
This commit is contained in:
committed by
GitHub
parent
cf5c5aa114
commit
9edcc8b4f7
@@ -187,8 +187,6 @@ namespace Bit.Core.Abstractions
|
||||
Task<BwRegion?> GetPreAuthRegionAsync();
|
||||
Task SetPreAuthRegionAsync(BwRegion value);
|
||||
Task ReloadStateAsync();
|
||||
Task<bool> GetShouldCheckOrganizationUnassignedItemsAsync(string userId = null);
|
||||
Task SetShouldCheckOrganizationUnassignedItemsAsync(bool shouldCheck, string userId = null);
|
||||
[Obsolete("Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
||||
Task<string> GetPinProtectedAsync(string userId = null);
|
||||
[Obsolete("Use SetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
||||
|
||||
Reference in New Issue
Block a user