import React from "react"; import styles from "./waitlist.module.css"; import clsx from "clsx"; export function WaitListForm(props) { return (

Join the waitlist

Sign up to be notified once authentik Enterprise becomes ready!

); }