diff --git a/app/auth/login/page.tsx b/app/auth/login/page.tsx index 67b76d3..2c95e9d 100644 --- a/app/auth/login/page.tsx +++ b/app/auth/login/page.tsx @@ -191,13 +191,14 @@ export default function LoginPage() { {/* Footer */}
- Don't have an account?{' '} - - Sign up - + Contact us + + {' '}to request access.
diff --git a/app/auth/sign-up-success/page.tsx b/app/auth/sign-up-success/page.tsx deleted file mode 100644 index 6f04e44..0000000 --- a/app/auth/sign-up-success/page.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import Link from 'next/link' -import { Mail, ArrowLeft } from 'lucide-react' -import { Button } from '@/components/ui/button' - -export default function SignUpSuccessPage() { - return ( -- We've sent you a confirmation link. Please check your email and click the link to verify your account. -
- - {/* Actions */} -- Didn't receive the email? Check your spam folder or{' '} - - try again - -
-- Get started with Cloudrite today -
++ Account creation is by invitation only. +
++ To request access, please get in touch with us and we'll get you set up. +
+ - {/* Divider */} -- Already have an account?{' '} - - Sign in - -
+