diff --git a/oidc-ui/src/components/OtpGet.js b/oidc-ui/src/components/OtpGet.js index af9fa415a..9e251fa4a 100644 --- a/oidc-ui/src/components/OtpGet.js +++ b/oidc-ui/src/components/OtpGet.js @@ -101,6 +101,7 @@ export default function OtpGet({ errorCode: errors[0].errorCode, defaultMsg: errors[0].errorMessage, }); + setShowCaptcha(true); return; } else { onOtpSent(vid, response);