@akinon/pz-otp 1.16.3 → 1.17.0
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/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/src/views/Otp.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/views/Otp.tsx
CHANGED
|
@@ -153,7 +153,7 @@ export const Otp = ({
|
|
|
153
153
|
)}
|
|
154
154
|
>
|
|
155
155
|
{texts?.description ??
|
|
156
|
-
`Please enter the
|
|
156
|
+
`Please enter the ${codeLength}-digit sms code sent to your registered number and email address`}
|
|
157
157
|
</div>
|
|
158
158
|
</div>
|
|
159
159
|
<form
|