From 154bf33fa1284c83c4abb52e9cdaab726515e603 Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 18 Sep 2024 17:56:18 +0100 Subject: [PATCH] Manually clear orphaned recaptcha challenge overlay in android webviews (#53) * try manually clear any left over recaptcha overalys * add alert to debug webview * disable settings check for netlify build * Update fix for removing challenge, as g-recaptcha-bubble-arrow is now always shown * Remove alert for debugging webview * Put back requirement for config setting and make sure it redirects to welcome if not present. * Add comment to explain bodge. * Remove unrelated code --- src/components/views/auth/CaptchaForm.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/views/auth/CaptchaForm.tsx b/src/components/views/auth/CaptchaForm.tsx index 2b82f4cea0..f216f004fd 100644 --- a/src/components/views/auth/CaptchaForm.tsx +++ b/src/components/views/auth/CaptchaForm.tsx @@ -63,6 +63,19 @@ export default class CaptchaForm extends React.Component