Skip to content

Commit

Permalink
Sync with fusionauth-app
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Mar 6, 2024
1 parent 01bea8e commit 25e47bd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ function convert(user, options, scimUser) {
if (schema !== 'urn:ietf:params:scim:schemas:core:2.0:User') {
user.data = user.data || {};
user.data.extensions = user.data.extensions || {};
user.data.extensions[schema] = scimUser[schema];
user.data.extensions[schema] = scimUser[schema] || {};
}
}
}
Expand Down

0 comments on commit 25e47bd

Please sign in to comment.