Last seen at

👔 Update register account validation
This commit is contained in:
2025-06-07 16:35:22 +08:00
parent 0e78f7f7d2
commit b1c12685c8
5 changed files with 93 additions and 4 deletions

View File

@ -16,7 +16,7 @@ public class Session : ModelBase
public Guid AccountId { get; set; }
[JsonIgnore] public Account.Account Account { get; set; } = null!;
public Guid ChallengeId { get; set; }
[JsonIgnore] public Challenge Challenge { get; set; } = null!;
public Challenge Challenge { get; set; } = null!;
}
public enum ChallengeType