From b141f7db6de2d5475968fa1f3f8157b39048e51a Mon Sep 17 00:00:00 2001 From: eviswu Date: Fri, 27 Sep 2024 16:17:11 +0800 Subject: [PATCH] Update auth.tsx --- app/components/auth.tsx | 7 ------- 1 file changed, 7 deletions(-) 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(); - }} - />
);