mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fixed merge conflict.
This commit is contained in:
parent
5d804c6d9a
commit
f1bf160755
1 changed files with 0 additions and 5 deletions
|
@ -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'})
|
||||
|
|
Loading…
Reference in a new issue