Revise authentication and remove unnecessary code

This commit is contained in:
Sergio Matias Urquin
2025-07-27 19:33:19 -06:00
parent 598081acea
commit abcddaba9d
44 changed files with 81 additions and 495 deletions

View File

@@ -7,7 +7,5 @@
public string? MiddleName { get; set; }
public string LastName { get; set; } = null!;
public string RoleId { get; set; } = null!;
public string[] Companies { get; set; } = null!;
public string[]? Projects { get; set; }
}
}