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("");