Components
Full-page operational cockpit for the MOTTIVME Logto Identity Hub rollout with sidebar, wave timeline, execution board, authorization flow, risk table, and live rollout gates.
Loading preview...
import IdentityHubCockpit from "@/components/ui/identity-hub-cockpit";
export default function IdentityHubCockpitDemo() {
return <IdentityHubCockpit />;
}