import {
ArrowLeftRightIcon,
Link2OffIcon,
MailIcon,
SquareArrowOutUpRightIcon,
ZapIcon,
} from "lucide-react";
import Loading from "src/components/Loading";
import SettingsHeader from "src/components/SettingsHeader";
import { Button } from "src/components/ui/button";
import { Card, CardContent } from "src/components/ui/card";
import { ExternalLinkButton } from "src/components/ui/custom/external-link-button";
import { UnlinkAlbyAccount } from "src/components/UnlinkAlbyAccount";
import UserAvatar from "src/components/UserAvatar";
import { useAlbyMe } from "src/hooks/useAlbyMe";
export function AlbyAccount() {
const { data: albyMe, error: albyMeError, isLoading } = useAlbyMe();
return (
<>
Failed to load Alby Account details
Disconnects this account, then prompts you to sign in with another.
Stops lightning address, notifications, and subscription payments.