mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
fix for logging out active account from switcher and cleanup (#1830)
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Bit.Core.Services
|
||||
return activeUserId;
|
||||
}
|
||||
|
||||
public async Task<bool> IsActiveAccount(string userId = null)
|
||||
public async Task<bool> IsActiveAccountAsync(string userId = null)
|
||||
{
|
||||
if (userId == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user