Fix password too short issue (#4200)

Add dependencies to hotscope key

Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
Thomas Trompette
2024-02-27 10:37:11 +01:00
committed by GitHub
parent 368edf70b5
commit 25a2cea55d

View File

@ -146,7 +146,13 @@ export const useSignInUp = (form: UseFormReturn<Form>) => {
} }
}, },
PageHotkeyScope.SignInUp, PageHotkeyScope.SignInUp,
[continueWithEmail], [
continueWithEmail,
signInUpStep,
continueWithCredentials,
form,
submitCredentials,
],
); );
return { return {