Remove check for project when creating new account for ICLA
diff --git a/www/secretary/workbench/views/forms/icla.js.rb b/www/secretary/workbench/views/forms/icla.js.rb
index dd1eb63..b74706e 100644
--- a/www/secretary/workbench/views/forms/icla.js.rb
+++ b/www/secretary/workbench/views/forms/icla.js.rb
@@ -225,8 +225,6 @@
project = document.querySelector('select[name=project]')
votelink = document.querySelector('input[name=votelink]')
- valid &&= project.validity.valid
-
# project votelink are only required with valid users; only validate
# votelink if the user is valid
if user.validity.valid and user.value.length > 0