Add real name to profile form (#12)

This commit is contained in:
2021-02-07 16:37:47 -05:00
parent 1b2540e5d2
commit 8350d0bddf
6 changed files with 26 additions and 4 deletions

View File

@@ -19,6 +19,12 @@ namespace JobsJobsJobs.Shared.Api
/// </summary>
public bool IsPublic { get; set; }
/// <summary>
/// The user's real name
/// </summary>
[StringLength(255)]
public string RealName { get; set; } = "";
/// <summary>
/// The ID of the continent on which the citizen is located
/// </summary>