Skip to content

Commit 923b20c

Browse files
committed
fix: handleSignupFormSubmit 반환 객체에서 isLoading 필드 제거
1 parent 20662b9 commit 923b20c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/widgets/signup/lib/handleSignupFormSubmit.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const handleSignupFormSubmit = async (
5050
values,
5151
isValid: true,
5252
submitted: true,
53-
isLoading: false,
5453
shouldRedirect: true,
5554
redirectTo: "/signin",
5655
};
@@ -62,7 +61,6 @@ export const handleSignupFormSubmit = async (
6261
values,
6362
isValid: false,
6463
submitted: true,
65-
isLoading: false,
6664
error: errorMessage,
6765
};
6866
}

0 commit comments

Comments
 (0)