import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "@/components/ui/card" import ChangeAuthentikPassword from "@/components/cards/dashboard/Settings/ChangeAuthentikPassword" import ChangeEmailPassword from "@/components/cards/dashboard/Settings/ChangeEmailPassword" import { User } from "lucide-react" export default function MyAccount() { return ( My Account LibreCloud makes it easy to manage your account

Email

Authentik

) }