VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.88k forks source link

Update onCreate for Vulcan:Users schema.js `displayName` #2752

Closed ola-halima closed 2 years ago

ola-halima commented 2 years ago

This update makes it so that user's display name can now be set as an 'extraField' during account sign up. Without the change, displayName is always overridden when provided as an extra field and there's no other way to set account name.