From 0aa09b9077cfad7f370925ed7f91320b5a5eca2f Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 25 Jan 2024 17:28:44 +0100 Subject: [PATCH 1/2] feat(csp): added support for nonce --- src/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ed92bf2..adff008 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,7 @@ const VerificationInput = forwardRef( ))} -