Skip to content

Commit c8caaff

Browse files
style: fix coding standard
1 parent f76fbcd commit c8caaff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/user/src/components/Signup/SignupWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export const SignupWrapper: React.FC<IProperties> = ({
8484
await setUser(result.user);
8585

8686
onSignupSuccess && (await onSignupSuccess(result));
87+
8788
toast.success(`${t("signup.messages.success")}`);
8889
}
8990
})

0 commit comments

Comments
 (0)