diff --git a/packages/console/src/pages/SignInExperience/components/SignInMethodsForm.tsx b/packages/console/src/pages/SignInExperience/components/SignInMethodsForm.tsx index 88a954b1c01..cc7ef30f47b 100644 --- a/packages/console/src/pages/SignInExperience/components/SignInMethodsForm.tsx +++ b/packages/console/src/pages/SignInExperience/components/SignInMethodsForm.tsx @@ -76,7 +76,7 @@ const SignInMethodsForm = () => { ); }), - [primaryMethod, register, t, email, social, sms] + [t, primaryMethod, email, sms, social, control] ); return ( @@ -116,7 +116,11 @@ const SignInMethodsForm = () => { )}