diff --git a/src/App/Services/AuthService.cs b/src/App/Services/AuthService.cs index 711c91b67..51327dc43 100644 --- a/src/App/Services/AuthService.cs +++ b/src/App/Services/AuthService.cs @@ -273,7 +273,7 @@ namespace Bit.App.Services { if(response.Key != null) { - _cryptoService.SetEncKey(new CipherString(response.PrivateKey)); + _cryptoService.SetEncKey(new CipherString(response.Key)); } if(response.PrivateKey != null)