From 9ea39632393e67e7eab37a2c3f77247685b4b495 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 29 Jul 2023 12:25:25 +0100 Subject: [PATCH] family login captcha removed --- src/components/AuthPages/Login/index.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index fabe632..eb720d1 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -432,10 +432,12 @@ export default function Login() { } {/* END of login component */} + {loginType == "full" &&
This site is protected by hCaptcha and the our Privacy Policy and Terms of Service apply.
+ } -- 2.34.1