bug: Presentation.Description is null on creator's creation

This commit is contained in:
2025-04-24 01:21:29 -04:00
parent a8cd970f3c
commit 7503f89e3f

View File

@@ -25,7 +25,7 @@ public class Creator
public bool AcceptDonation { get; set; }
public Socials Socials { get; set; } = new();
public Presentation Presentation { get; set; } = new();
public Presentation Presentation { get; set; } = new() { Description = "Welcome to my profile!" };
}
public class Socials