Updated User model
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@ namespace Icarus.Models
|
|||||||
[JsonProperty("phone")]
|
[JsonProperty("phone")]
|
||||||
[Column("Phone")]
|
[Column("Phone")]
|
||||||
public string Phone { get; set; }
|
public string Phone { get; set; }
|
||||||
[JsonProperty("first_name")]
|
[JsonProperty("firstname")]
|
||||||
public string Firstname { get; set; }
|
public string Firstname { get; set; }
|
||||||
[JsonProperty("last_name")]
|
[JsonProperty("lastname")]
|
||||||
public string Lastname { get; set; }
|
public string Lastname { get; set; }
|
||||||
[JsonProperty("email_verified")]
|
[JsonProperty("email_verified")]
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
|
|||||||
Reference in New Issue
Block a user