Fixed merge conflict.

This commit is contained in:
Scott Erickson 2014-08-26 15:42:03 -07:00
parent 5d804c6d9a
commit f1bf160755

View file

@ -45,12 +45,7 @@ visa = c.shortString
title: 'US Work Status'
description: 'Are you authorized to work in the US, or do you need visa sponsorship? (If you live in Canada or Australia, mark authorized.)'
enum: ['Authorized to work in the US', 'Need visa sponsorship']
<<<<<<< HEAD
=======
default: 'Authorized to work in the US'
>>>>>>> master
_.extend UserSchema.properties,
email: c.shortString({title: 'Email', format: 'email'})
firstName: c.shortString({title: 'First Name'})