mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-22 21:11:27 +01:00
key on login bug
This commit is contained in:
parent
d1424276bc
commit
d018eeb376
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user