mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
model adjustments
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Bit.App.Models.Api
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public bool EmailVerified { get; set; }
|
||||
public bool Premium { get; set; }
|
||||
public string MasterPasswordHint { get; set; }
|
||||
public string Culture { get; set; }
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user