mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
rename CryptoKey to SymmetricCryptoKey
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
public class FullLoginResult : LoginResult
|
||||
{
|
||||
public bool TwoFactorRequired { get; set; }
|
||||
public CryptoKey Key { get; set; }
|
||||
public SymmetricCryptoKey Key { get; set; }
|
||||
public string MasterPasswordHash { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user