diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index ddb612d9..94d85b2f 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -47,7 +47,7 @@ export default function Login() { // Couldn't create login flow // handle the error }); - }, []); + }, [searchParams]); const submit = (event: React.FormEvent) => { event.preventDefault();