Add real name to profile form (#12)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user