We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20662b9 commit 923b20cCopy full SHA for 923b20c
1 file changed
src/widgets/signup/lib/handleSignupFormSubmit.ts
@@ -50,7 +50,6 @@ export const handleSignupFormSubmit = async (
50
values,
51
isValid: true,
52
submitted: true,
53
- isLoading: false,
54
shouldRedirect: true,
55
redirectTo: "/signin",
56
};
@@ -62,7 +61,6 @@ export const handleSignupFormSubmit = async (
62
61
63
isValid: false,
64
65
66
error: errorMessage,
67
68
}
0 commit comments