diff options
Diffstat (limited to 'apps/browser-extension/src/SignInPage.tsx')
| -rw-r--r-- | apps/browser-extension/src/SignInPage.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/browser-extension/src/SignInPage.tsx b/apps/browser-extension/src/SignInPage.tsx index 6db7c348..5c49965c 100644 --- a/apps/browser-extension/src/SignInPage.tsx +++ b/apps/browser-extension/src/SignInPage.tsx @@ -17,7 +17,6 @@ export default function SignInPage() { setSettings((s) => ({ ...s, apiKey: resp.key })); navigate("/options"); }, - onError: () => {}, }); const [formData, setFormData] = useState<{ |
