aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Login.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Login.tsx')
-rw-r--r--src/components/auth/Login.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Login.tsx b/src/components/auth/Login.tsx
index 185a6ad48..0a95b0565 100644
--- a/src/components/auth/Login.tsx
+++ b/src/components/auth/Login.tsx
@@ -103,7 +103,7 @@ class Login extends Component<IProps> {
103 onSuccess: form => { 103 onSuccess: form => {
104 this.props.onSubmit(form.values()); 104 this.props.onSubmit(form.values());
105 }, 105 },
106 onError: () => {}, 106 onError: noop,
107 }); 107 });
108 } 108 }
109 109