From c609d42554abd772a0d1f00b0821a795f6271cca Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 6 Jan 2022 15:46:39 -0800 Subject: [PATCH] Clean up recaptcha copy --- src/home/UnauthenticatedView.jsx | 10 ---------- src/index.css | 4 ---- src/room/RoomAuthView.jsx | 10 ---------- 3 files changed, 24 deletions(-) diff --git a/src/home/UnauthenticatedView.jsx b/src/home/UnauthenticatedView.jsx index dea0f4d..f9af6b8 100644 --- a/src/home/UnauthenticatedView.jsx +++ b/src/home/UnauthenticatedView.jsx @@ -110,16 +110,6 @@ export function UnauthenticatedView() { /> - This site is protected by ReCAPTCHA and the Google{" "} - - Privacy Policy - {" "} - and{" "} - - Terms of Service - {" "} - apply. -
By clicking "Go", you agree to our{" "} Terms and conditions diff --git a/src/index.css b/src/index.css index 53f1746..1084a88 100644 --- a/src/index.css +++ b/src/index.css @@ -220,7 +220,3 @@ details[open] > summary { position: relative; height: 100%; } - -.grecaptcha-badge { - visibility: hidden; -} diff --git a/src/room/RoomAuthView.jsx b/src/room/RoomAuthView.jsx index 65a6de9..d0f8976 100644 --- a/src/room/RoomAuthView.jsx +++ b/src/room/RoomAuthView.jsx @@ -68,16 +68,6 @@ export function RoomAuthView() { /> - This site is protected by ReCAPTCHA and the Google{" "} - - Privacy Policy - {" "} - and{" "} - - Terms of Service - {" "} - apply. -
By clicking "Go", you agree to our{" "} Terms and conditions