mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 02:33:36 +00:00
store previous key and userid so we can determine if stored crypto is usable before a sync
This commit is contained in:
@@ -9,6 +9,8 @@ namespace Bit.App.Abstractions
|
||||
bool IsAuthenticatedTwoFactor { get; }
|
||||
string Token { get; set; }
|
||||
string UserId { get; set; }
|
||||
string PreviousUserId { get; }
|
||||
bool UserIdChanged { get; }
|
||||
string Email { get; set; }
|
||||
string PIN { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user