Add the language to the user.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Email { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
||||
public string FirstName { get; set; }
|
||||
|
||||
@@ -15,5 +15,7 @@
|
||||
public string Roles { get; set; }
|
||||
|
||||
public string Token { get; set; }
|
||||
|
||||
public string Language { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user