diff --git a/src/index.js b/src/index.js
index ed92bf2..f90c355 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,6 +14,7 @@ const VerificationInput = forwardRef(
autoFocus,
passwordMode,
inputProps,
+ nonce,
containerProps,
classNames: classes,
onChange,
@@ -152,7 +153,10 @@ const VerificationInput = forwardRef(
))}
-
+
>
);
}
@@ -162,6 +166,7 @@ VerificationInput.displayName = "VerificationInput";
VerificationInput.propTypes = {
value: PropTypes.string,
+ nonce: PropTypes.string,
length: PropTypes.number,
validChars: PropTypes.string,
placeholder: PropTypes.string,