fix build bugs

This commit is contained in:
2025-12-11 18:57:47 +01:00
parent ee62099354
commit d0e2f913e5
3 changed files with 1 additions and 646 deletions

View File

@@ -34,7 +34,7 @@ export const POST = async (req: NextRequest) => {
context: {
auth0_user_roles: userRoles,
}
}
} as any
}),
}
});

View File

@@ -6,7 +6,6 @@ import { useState } from "react";
import { useUser } from "@auth0/nextjs-auth0/client";
import LoginButton from "@/components/LoginButton";
import LogoutButton from "@/components/LogoutButton";
import Profile from "@/components/Profile";
// Separate component to safely use useCopilotChat hook
function ThinkingIndicator() {