aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Password.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Password.js')
-rw-r--r--src/components/auth/Password.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Password.js b/src/components/auth/Password.js
index d2b196853..5bcc80b6e 100644
--- a/src/components/auth/Password.js
+++ b/src/components/auth/Password.js
@@ -60,7 +60,7 @@ export default class Password extends Component {
60 email: { 60 email: {
61 label: this.context.intl.formatMessage(messages.emailLabel), 61 label: this.context.intl.formatMessage(messages.emailLabel),
62 value: '', 62 value: '',
63 validate: [required, email], 63 validators: [required, email],
64 }, 64 },
65 }, 65 },
66 }, this.context.intl); 66 }, this.context.intl);