From f465a8d81f5f7aef06231174164ec8f3864087b4 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 2 Aug 2021 13:14:10 +0100 Subject: [PATCH] Trick Facebook container extension to disable tracking warning, see issue https://github.com/mozilla/contain-facebook/issues/783 --- src/pages/login/FormField.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/login/FormField.tsx b/src/pages/login/FormField.tsx index 54b0d38a..2274b617 100644 --- a/src/pages/login/FormField.tsx +++ b/src/pages/login/FormField.tsx @@ -40,6 +40,8 @@ export default function FormField({ ? "password" : type } + // See https://github.com/mozilla/contain-facebook/issues/783 + className="fbc-has-badge" ref={register( type === "password" || type === "current_password" ? {