ui-soxo-bootstrap-core 2.6.32 → 2.6.34

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.
@@ -387,7 +387,8 @@ const UserAdd = ({ model, callback, edit, history, formContent, match, additiona
387
387
  ...values,
388
388
  auth_type: 'LDAP',
389
389
  mobile: mobileWithCountryCode,
390
- FA: authentication,
390
+ FA: formContent?.FA === false ? false : authentication,
391
+
391
392
  };
392
393
 
393
394
  setLoading(true);
@@ -400,7 +401,7 @@ const UserAdd = ({ model, callback, edit, history, formContent, match, additiona
400
401
  addAllBranches: props.ldap.addAllBranches,
401
402
  auth_user: selectedOption.value,
402
403
  auth_type: 'LDAP',
403
- FA: authentication,
404
+ FA: formContent?.FA === false ? false : authentication,
404
405
  };
405
406
  }
406
407
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-soxo-bootstrap-core",
3
- "version": "2.6.32",
3
+ "version": "2.6.34",
4
4
  "description": "All the Core Components for you to start",
5
5
  "keywords": [
6
6
  "all in one"