Update frontend/src/app/settings/page.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
boneill-ds 2025-09-24 14:31:52 -06:00 committed by GitHub
parent 5f522bf6a9
commit 6a495b3011
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,6 @@ interface Connection {
function KnowledgeSourcesPage() {
const { isAuthenticated, isNoAuthMode } = useAuth();
console.log({ isAuthenticated, isNoAuthMode });
const { addTask, tasks } = useTask();
const searchParams = useSearchParams();