From 92366b3aaff6647d1e692bf6d8025434c52dede4 Mon Sep 17 00:00:00 2001 From: eviswu Date: Wed, 6 Nov 2024 16:13:06 +0800 Subject: [PATCH] Update auth.tsx --- app/components/auth.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/app/components/auth.tsx b/app/components/auth.tsx index 5cd3edf26..ef2325a24 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -90,19 +90,7 @@ export function AuthPage() { ); }} /> - { - accessStore.update( - (access) => (access.googleApiKey = e.currentTarget.value), - ); - }} - /> + ) : null}