aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Invite.js')
-rw-r--r--src/components/auth/Invite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Invite.js b/src/components/auth/Invite.js
index c1d815dcd..a420f98a2 100644
--- a/src/components/auth/Invite.js
+++ b/src/components/auth/Invite.js
@@ -53,7 +53,7 @@ export default class Invite extends Component {
53 email: { 53 email: {
54 label: this.context.intl.formatMessage(messages.emailLabel), 54 label: this.context.intl.formatMessage(messages.emailLabel),
55 // value: '', 55 // value: '',
56 validate: [email], 56 validators: [email],
57 placeholder: this.context.intl.formatMessage(messages.emailLabel), 57 placeholder: this.context.intl.formatMessage(messages.emailLabel),
58 }, 58 },
59 })], 59 })],