@resolveio/client-lib-core 15.1.8 → 15.1.10

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.
@@ -4513,10 +4513,10 @@ class AuthService {
4513
4513
  };
4514
4514
  this._socket.call('createUserAndEmailEnrollment', user, sendEnrollmentEmail, (err, res) => {
4515
4515
  if (err) {
4516
- this._socket.call('insertErrorLog', 'AuthService - createUserAndEmailEnrollment', [
4517
- { email: close.email.value, username: close.username.value, profile: { fullname: close.fullname.value, status: 'active' } },
4518
- err
4519
- ]);
4516
+ // this._socket.call('insertErrorLog', 'AuthService - createUserAndEmailEnrollment', [
4517
+ // {email: close.email.value, username: close.username.value, profile: {fullname: close.fullname.value, status: 'active'}},
4518
+ // err
4519
+ // ]);
4520
4520
  reject(err);
4521
4521
  }
4522
4522
  else {