1
0
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:
André Bispo
2023-08-10 20:10:02 +01:00
committed by GitHub
parent 62b6d21371
commit 9b5cde6a46

View File

@@ -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