Destructure new auth fields

cgen-8a1877d7acc64e20b5578a546109244a
This commit is contained in:
Builder.io 2025-09-30 08:31:40 +00:00
parent e10a1a94f6
commit c403336816

View file

@ -59,6 +59,9 @@ export default function Dashboard() {
loading: authLoading,
updateProfile,
profileComplete,
linkedProviders,
linkProvider,
unlinkProvider,
} = useAuth();
const [displayName, setDisplayName] = useState("");
const [locationInput, setLocationInput] = useState("");