From ca1db4fdff7b8d28728256f705d75a143042b18c Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 5 Aug 2025 09:42:27 -0700 Subject: [PATCH] rm old ngrok domain --- src/screens/Signup/StepCaptcha/CaptchaWebView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx index ce260b5bfe..445f081f4b 100644 --- a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx +++ b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx @@ -13,7 +13,6 @@ const ALLOWED_HOSTS = [ 'js.hcaptcha.com', 'newassets.hcaptcha.com', 'api2.hcaptcha.com', - 'e9755d3e012b.ngrok.app', ] const MIN_DELAY = 3_500