mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
check security stamp when syncing profile
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Bit.App.Models.Api
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
public string Key { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
public string SecurityStamp { get; set; }
|
||||
public IEnumerable<ProfileOrganizationResponseModel> Organizations { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user