Changed all MaxLength to be 64, 128, 256, or 2048 probably we need to review this
This commit is contained in:
@@ -18,7 +18,7 @@ public class Creator
|
||||
public class About
|
||||
{
|
||||
[MaxLength(255)] public string? Title { get; set; }
|
||||
[MaxLength(255)] public string? Description { get; set; }
|
||||
[MaxLength(2048)] public string? Description { get; set; }
|
||||
}
|
||||
|
||||
public class ProfileColors
|
||||
|
||||
Reference in New Issue
Block a user