Clean up recaptcha copy

This commit is contained in:
Robert Long 2022-01-06 15:46:39 -08:00
commit c609d42554
3 changed files with 0 additions and 24 deletions

View file

@ -110,16 +110,6 @@ export function UnauthenticatedView() {
/> />
</FieldRow> </FieldRow>
<Caption> <Caption>
This site is protected by ReCAPTCHA and the Google{" "}
<Link href="https://www.google.com/policies/privacy/">
Privacy Policy
</Link>{" "}
and{" "}
<Link href="https://policies.google.com/terms">
Terms of Service
</Link>{" "}
apply.
<br />
By clicking "Go", you agree to our{" "} By clicking "Go", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link> <Link href={privacyPolicyUrl}>Terms and conditions</Link>
</Caption> </Caption>

View file

@ -220,7 +220,3 @@ details[open] > summary {
position: relative; position: relative;
height: 100%; height: 100%;
} }
.grecaptcha-badge {
visibility: hidden;
}

View file

@ -68,16 +68,6 @@ export function RoomAuthView() {
/> />
</FieldRow> </FieldRow>
<Caption> <Caption>
This site is protected by ReCAPTCHA and the Google{" "}
<Link href="https://www.google.com/policies/privacy/">
Privacy Policy
</Link>{" "}
and{" "}
<Link href="https://policies.google.com/terms">
Terms of Service
</Link>{" "}
apply.
<br />
By clicking "Go", you agree to our{" "} By clicking "Go", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link> <Link href={privacyPolicyUrl}>Terms and conditions</Link>
</Caption> </Caption>