diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 6e20dbd4dab..5c954c71041 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -906,8 +906,8 @@ createForm: { desc: 'Please enter the token that you were given in your invite e-mail.', fields: { - projectid: { label: 'Project ID' }, - token: { label: 'Token' } + projectid: { label: 'Project ID', validation: { required: true }}, + token: { label: 'Token', validation: { required: true }} } }, action: function(args) {