From ec8caba57ab41ac173c7d220d78f283efb8416bc Mon Sep 17 00:00:00 2001 From: afred Date: Wed, 11 Dec 2024 10:42:36 +0800 Subject: [PATCH] test --- app/components/auth.tsx | 14 -------------- 1 file changed, 14 deletions(-) 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(); - }} - /> -
); }