Fix password too short issue (#4200)
Add dependencies to hotscope key Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -146,7 +146,13 @@ export const useSignInUp = (form: UseFormReturn<Form>) => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
PageHotkeyScope.SignInUp,
|
PageHotkeyScope.SignInUp,
|
||||||
[continueWithEmail],
|
[
|
||||||
|
continueWithEmail,
|
||||||
|
signInUpStep,
|
||||||
|
continueWithCredentials,
|
||||||
|
form,
|
||||||
|
submitCredentials,
|
||||||
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user