#93: Reduce build errors
This commit is contained in:
@@ -4,8 +4,10 @@ namespace Icarus.Models;
|
||||
|
||||
public class RegisterResult : BaseResult
|
||||
{
|
||||
#region Properties
|
||||
[JsonProperty("username")]
|
||||
public string Username { get; set; }
|
||||
public string? Username { get; set; }
|
||||
[JsonProperty("successfully_registered")]
|
||||
public bool SuccessfullyRegistered { get; set; }
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user