mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
fix formatting
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task<bool> HasAutoUnlockKeyAsync(string userId = null)
|
||||
{
|
||||
return (await GetAutoUnlockKeyAsync(userId) != null);
|
||||
return await GetAutoUnlockKeyAsync(userId) != null;
|
||||
}
|
||||
|
||||
public Task SetMasterKeyAsync(MasterKey masterKey, string userId = null)
|
||||
|
||||
Reference in New Issue
Block a user