ywana-core8 0.1.92 → 0.1.94

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.cjs CHANGED
@@ -26728,8 +26728,8 @@ var LoginBox = function LoginBox(_ref) {
26728
26728
  function canOK() {
26729
26729
  return user && user.length > 0 && password && password.length > 0;
26730
26730
  }
26731
- function ok(forcedPwd) {
26732
- if (onOK && canOK()) onOK(user, forcedPwd || password);
26731
+ function ok() {
26732
+ if (onOK && canOK()) onOK(user, password);
26733
26733
  }
26734
26734
 
26735
26735
  // Helper function for backward compatibility