mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Fix app fresh install user login with master password. (#2676)
This commit is contained in:
@@ -505,8 +505,6 @@ namespace Bit.Core.Services
|
|||||||
{
|
{
|
||||||
await _cryptoService.SetMasterKeyHashAsync(localHashedPassword);
|
await _cryptoService.SetMasterKeyHashAsync(localHashedPassword);
|
||||||
await _cryptoService.SetMasterKeyAsync(masterKey);
|
await _cryptoService.SetMasterKeyAsync(masterKey);
|
||||||
var userKey = await _cryptoService.DecryptUserKeyWithMasterKeyAsync(masterKey);
|
|
||||||
await _cryptoService.SetUserKeyAsync(userKey);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trusted Device
|
// Trusted Device
|
||||||
|
|||||||
Reference in New Issue
Block a user