Skip to content
Snippets Groups Projects
Commit 7926e85f authored by Aanand Prasad's avatar Aanand Prasad
Browse files

Merge branch 'optional-orcid' into 'master'

fix: make orcid property on user optional

See merge request !26
parents 47efc599 357afa08
No related branches found
No related tags found
1 merge request!26fix: make orcid property on user optional
Pipeline #6082 passed with stages
in 4 minutes and 58 seconds
......@@ -15,7 +15,7 @@ module.exports = {
passwordHash: Joi.string(),
// auth fields
orcid: Joi.string().required(),
orcid: Joi.string(),
oauth: Joi.object({
accessToken: Joi.string(),
refreshToken: Joi.string(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment