"use client"; import { ApiServerBaseUrl } from "@/utils/baseurl.utils"; import React from "react"; const SocialMediaConnect = () => { const handleConnect = () => { window.location.href = `${ApiServerBaseUrl}/social/auth/login?`; }; return (
Connect & manage your social accounts securely.
{/* Connect Button */}