import { Layout } from "./Layout.tsx"; export const UnregisteredAppPage = ({ host }: { host: string }) => { return (

Application Not Registered

The domain {host}{" "} is not registered in the Auth-Yes Identity Catalog.

Access to unregistered domains is blocked by default (Default-Deny) to protect against unauthorized ingress mapping.

Register Application in IAM Console Return to Dashboard
); };