diff --git a/app/components/auth.tsx b/app/components/auth.tsx index e9a09485f..22f091fc9 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -103,20 +103,6 @@ export function AuthPage() { /> ) : null} - -
- - { - goSaas(); - }} - /> -
); }