ywana-core8 0.1.93 → 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/doc/index.html ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -20,8 +20,8 @@ export const LoginBox = ({
20
20
  return user && user.length > 0 && password && password.length > 0
21
21
  }
22
22
 
23
- function ok(forcedPwd) {
24
- if (onOK && canOK()) onOK(user, forcedPwd || password)
23
+ function ok() {
24
+ if (onOK && canOK()) onOK(user, password)
25
25
  }
26
26
 
27
27
  // Helper function for backward compatibility