Skip to content

Commit

Permalink
Don't set a Firecloud contact email (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
calbach authored Apr 25, 2018
1 parent dbae284 commit 6910ada
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void registerUser(String contactEmail, String firstName, String lastName)
throws ApiException {
ProfileApi profileApi = profileApiProvider.get();
Profile profile = new Profile();
profile.setContactEmail(contactEmail);
profile.setFirstName(firstName);
profile.setLastName(lastName);
// TODO: make these fields not required in Firecloud and stop passing them in, or prompt for
Expand Down

0 comments on commit 6910ada

Please sign in to comment.