mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
fix for logging out active account from switcher and cleanup (#1830)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Bit.Core.Abstractions
|
||||
{
|
||||
List<AccountView> AccountViews { get; }
|
||||
Task<string> GetActiveUserIdAsync();
|
||||
Task<bool> IsActiveAccount(string userId = null);
|
||||
Task<bool> IsActiveAccountAsync(string userId = null);
|
||||
Task SetActiveUserAsync(string userId);
|
||||
Task<bool> IsAuthenticatedAsync(string userId = null);
|
||||
Task<string> GetUserIdAsync(string email);
|
||||
|
||||
Reference in New Issue
Block a user