From e21745125dbaedc94a41ddd577e15edc9a7cf4a4 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 10 Feb 2024 08:39:29 +0100 Subject: [PATCH] recaptcha --- src/Pages/Authentication/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Pages/Authentication/index.js b/src/Pages/Authentication/index.js index 1849614..355e455 100644 --- a/src/Pages/Authentication/index.js +++ b/src/Pages/Authentication/index.js @@ -253,6 +253,7 @@ function Login({ notificationApi }) { ]} > (recaptchaValueRef.current = value)} /> @@ -345,6 +346,7 @@ function Login({ notificationApi }) { .catch((errStatus) => { showErrorNotification(errStatus); setIsRequesting(false); + recaptchaValueRef.current.reset(); }); }) .catch(() => showInputsInvalidNotification(notificationApi, t));