mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +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.SetMasterKeyAsync(masterKey);
|
||||
var userKey = await _cryptoService.DecryptUserKeyWithMasterKeyAsync(masterKey);
|
||||
await _cryptoService.SetUserKeyAsync(userKey);
|
||||
}
|
||||
|
||||
// Trusted Device
|
||||
|
||||
Reference in New Issue
Block a user