Adding role creation during startup + minor fixes in tests
This commit is contained in:
@@ -6,8 +6,6 @@ namespace BasicDotnetTemplate.MainProject.Models.Database.SqlServer;
|
||||
|
||||
public class User : Base
|
||||
{
|
||||
[MaxLength(200)]
|
||||
public required string Username { get; set; }
|
||||
[MaxLength(200)]
|
||||
public required string FirstName { get; set; }
|
||||
[MaxLength(200)]
|
||||
|
||||
Reference in New Issue
Block a user