aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Password.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Password.tsx')
-rw-r--r--src/components/auth/Password.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Password.tsx b/src/components/auth/Password.tsx
index 53fdbf842..03adc3859 100644
--- a/src/components/auth/Password.tsx
+++ b/src/components/auth/Password.tsx
@@ -71,7 +71,7 @@ class Password extends Component<IProps> {
71 onSuccess: form => { 71 onSuccess: form => {
72 this.props.onSubmit(form.values()); 72 this.props.onSubmit(form.values());
73 }, 73 },
74 onError: () => {}, 74 onError: noop,
75 }); 75 });
76 } 76 }
77 77