@rationalbloks/frontblok-components 0.2.2 → 0.2.4

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
@@ -735,8 +735,8 @@ const AuthView = ({
735
735
  setLocalError("Passwords do not match");
736
736
  return false;
737
737
  }
738
- if (formData.password.length < 6) {
739
- setLocalError("Password must be at least 6 characters");
738
+ if (formData.password.length < 8) {
739
+ setLocalError("Password must be at least 8 characters");
740
740
  return false;
741
741
  }
742
742
  }