From c403336816d6edfc731ccb11baf00044b2a406d3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 08:31:40 +0000 Subject: [PATCH] Destructure new auth fields cgen-8a1877d7acc64e20b5578a546109244a --- client/pages/Dashboard.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index e18f600c..dea1c7b1 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -59,6 +59,9 @@ export default function Dashboard() { loading: authLoading, updateProfile, profileComplete, + linkedProviders, + linkProvider, + unlinkProvider, } = useAuth(); const [displayName, setDisplayName] = useState(""); const [locationInput, setLocationInput] = useState("");