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));