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