aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Signup.tsx')
-rw-r--r--src/components/auth/Signup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Signup.tsx b/src/components/auth/Signup.tsx
index af14430aa..fb2a2360e 100644
--- a/src/components/auth/Signup.tsx
+++ b/src/components/auth/Signup.tsx
@@ -114,7 +114,7 @@ class Signup extends Component<IProps> {
114 onSuccess: form => { 114 onSuccess: form => {
115 this.props.onSubmit(form.values()); 115 this.props.onSubmit(form.values());
116 }, 116 },
117 onError: () => {}, 117 onError: noop,
118 }); 118 });
119 } 119 }
120 120