mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 01:33:22 +00:00
[PM-2713] rename key hash to password hash & begin add methods to crypto service
This commit is contained in:
@@ -477,7 +477,7 @@ namespace Bit.Core.Services
|
||||
|
||||
if (localHashedPassword != null)
|
||||
{
|
||||
await _cryptoService.SetKeyHashAsync(localHashedPassword);
|
||||
await _cryptoService.SetPasswordHashAsync(localHashedPassword);
|
||||
}
|
||||
|
||||
if (code == null || tokenResponse.Key != null)
|
||||
|
||||
Reference in New Issue
Block a user