Skip to content

Commit

Permalink
Fix password too short issue (#4200)
Browse files Browse the repository at this point in the history
Add dependencies to hotscope key

Co-authored-by: Thomas Trompette <thomast@twenty.com>
  • Loading branch information
thomtrp and Thomas Trompette committed Feb 27, 2024
1 parent 368edf7 commit 25a2cea
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,13 @@ export const useSignInUp = (form: UseFormReturn<Form>) => {
}
},
PageHotkeyScope.SignInUp,
[continueWithEmail],
[
continueWithEmail,
signInUpStep,
continueWithCredentials,
form,
submitCredentials,
],
);

return {
Expand Down

0 comments on commit 25a2cea

Please sign in to comment.