Updated User model

This commit is contained in:
kdeng00
2022-01-09 17:21:26 -05:00
parent 1b6e70ce12
commit 27ee3d6ba5
+2 -2
View File
@@ -22,9 +22,9 @@ namespace Icarus.Models
[JsonProperty("phone")]
[Column("Phone")]
public string Phone { get; set; }
[JsonProperty("first_name")]
[JsonProperty("firstname")]
public string Firstname { get; set; }
[JsonProperty("last_name")]
[JsonProperty("lastname")]
public string Lastname { get; set; }
[JsonProperty("email_verified")]
[NotMapped]