Pending course, rest ready for launch

This commit is contained in:
Marcelo
2026-03-15 13:52:11 +00:00
parent be4ca2ed78
commit 62b3cfe467
77 changed files with 6450 additions and 868 deletions

View File

@@ -23,7 +23,7 @@ export default async function TeacherDashboardPage() {
if (!user) {
logger.info("User not authorized as teacher, redirecting");
redirect("/login");
redirect("/auth/login?role=teacher");
}
@@ -104,4 +104,4 @@ export default async function TeacherDashboardPage() {
logger.error("Critical error in TeacherDashboardPage", error);
throw error;
}
}
}