datastake-daf 0.6.379 → 0.6.380
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/components/index.js
CHANGED
|
@@ -56924,6 +56924,7 @@ function NewUser({
|
|
|
56924
56924
|
firstName: val.firstName,
|
|
56925
56925
|
lastName: val.lastName,
|
|
56926
56926
|
email: val.email,
|
|
56927
|
+
role: val.role,
|
|
56927
56928
|
apps: {
|
|
56928
56929
|
sbg: {
|
|
56929
56930
|
role: val.role,
|
package/package.json
CHANGED