mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
key on login bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user