diff --git a/app/components/auth.tsx b/app/components/auth.tsx index e19512d87..da138ec66 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -45,7 +45,6 @@ export function AuthPage() { return (
-
} @@ -105,12 +104,6 @@ export function AuthPage() { type="primary" onClick={goChat} /> - { - goSaas(); - }} - />
);