import Link from 'next/link'; import { redirect } from 'next/navigation'; import { IS_GOOGLE_SSO_ENABLED } from '@documenso/lib/constants/auth'; import { SignUpForm } from '~/components/forms/signup'; export default function SignUpPage() { if (process.env.NEXT_PUBLIC_DISABLE_SIGNUP === 'true') { redirect('/signin'); } return (
Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp.
Already have an account?{' '} Sign in instead