@atomsolution/sdk-merchant 1.1.0 → 1.1.1

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.esm.js CHANGED
@@ -13799,8 +13799,8 @@ function NewAccountCreate({
13799
13799
  }) {
13800
13800
  const { translate: translate2 } = useTranslation("digistore-id");
13801
13801
  const [email2, setEmail] = useState(username);
13802
- const [password, setPassword] = useState(userPassword);
13803
- const [confirmPassword, setConfirmPassword] = useState(userPassword);
13802
+ const [password, setPassword] = useState(userPassword || "");
13803
+ const [confirmPassword, setConfirmPassword] = useState(userPassword || "");
13804
13804
  const [isSubmitting, setIsSubmitting] = useState(false);
13805
13805
  const [passwordError, setPasswordError] = useState("");
13806
13806
  const [confirmPasswordError, setConfirmPasswordError] = useState("");