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}