mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
fix for sso login when bio unlock already enabled (#1086)
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Bit.Core.Services
|
||||
// If we have a lock option set, we do not store the key
|
||||
return;
|
||||
}
|
||||
await _secureStorageService.SaveAsync(Keys_Key, key.KeyB64);
|
||||
await _secureStorageService.SaveAsync(Keys_Key, key?.KeyB64);
|
||||
}
|
||||
|
||||
public async Task SetKeyHashAsync(string keyHash)
|
||||
|
||||
Reference in New Issue
Block a user