Integrated "created by" system

This commit is contained in:
2025-11-20 09:22:59 -05:00
parent 7a31c77c7e
commit 105b28d9a4
3 changed files with 16 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ export async function postTrainingReport(report: CourseEventDetails) {
"Content-Type": "application/json",
},
body: JSON.stringify(report),
credentials: 'include',
});
if (!res.ok) {