mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
fix formatting
This commit is contained in:
@@ -107,9 +107,9 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
public async Task<bool> HasAutoUnlockKeyAsync(string userId = null)
|
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)
|
public Task SetMasterKeyAsync(MasterKey masterKey, string userId = null)
|
||||||
{
|
{
|
||||||
return _stateService.SetMasterKeyAsync(masterKey, userId);
|
return _stateService.SetMasterKeyAsync(masterKey, userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user