This commit is contained in:
ivan-pelly
2026-03-11 18:51:12 -07:00
parent 015fb78136
commit ec36d8842d
13 changed files with 104 additions and 11 deletions
+1
View File
@@ -204,6 +204,7 @@ public class AuthController : BaseController
UserId = programUser.IdUser,
Email = programUser.Email!,
ProgramName = programUser.ProgramName!,
SchoolDistrictName = programUser.SchoolDistrictName ?? "",
Jwt = accessToken,
RefreshToken = fullRefreshToken,
Role = programUser.RoleInternalName,