1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

key on login bug

This commit is contained in:
Kyle Spearrin 2017-06-02 16:53:43 -04:00
parent d1424276bc
commit d018eeb376

View File

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