dhre-ui-kit 0.0.240 → 0.0.241
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/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -4030,7 +4030,7 @@ const OTPInput = React__default["default"].forwardRef(
|
|
|
4030
4030
|
resendText = "Resend OTP",
|
|
4031
4031
|
mode,
|
|
4032
4032
|
disabled,
|
|
4033
|
-
maxResendCount =
|
|
4033
|
+
maxResendCount = 2,
|
|
4034
4034
|
timerToResend = 6e4
|
|
4035
4035
|
}, ref) => {
|
|
4036
4036
|
const [otp, setOTP] = React.useState("");
|