@next-core/brick-kit 2.191.1 → 2.192.0

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/index.esm.js CHANGED
@@ -1298,6 +1298,7 @@ function authenticate(newAuth) {
1298
1298
  isAdmin: newAuth.isAdmin,
1299
1299
  csrfToken: newAuth.csrfToken,
1300
1300
  license: newAuth.license,
1301
+ accessToken: newAuth.accessToken,
1301
1302
  userShowValue: newAuth.userShowValue
1302
1303
  });
1303
1304