diff --git a/src/Core/Services/AuthService.cs b/src/Core/Services/AuthService.cs index 83f98ca63..4ca826953 100644 --- a/src/Core/Services/AuthService.cs +++ b/src/Core/Services/AuthService.cs @@ -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