/** MessagingTab — compose email to Authentik users via the mail queue. */ import { useState } from "react"; import { Alert, AlertDescription } from "@/components/ui/alert"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Textarea } from "@/components/ui/textarea"; import { useAuthentikUsers, useSendAuthentikMessage, } from "../../hooks/useAuthentik"; import type { ServiceInstance } from "../../types"; const DEFAULT_BODY = "
Hello,
Best,
Manage
{selectedEmails.size} recipient {selectedEmails.size === 1 ? "" : "s"} selected.
) : null}