Skip to content
Snippets Groups Projects
Commit f465a8d8 authored by insert's avatar insert
Browse files

Trick Facebook container extension to disable tracking warning, see issue...

Trick Facebook container extension to disable tracking warning, see issue https://github.com/mozilla/contain-facebook/issues/783
parent 61680fe3
No related merge requests found
...@@ -40,6 +40,8 @@ export default function FormField({ ...@@ -40,6 +40,8 @@ export default function FormField({
? "password" ? "password"
: type : type
} }
// See https://github.com/mozilla/contain-facebook/issues/783
className="fbc-has-badge"
ref={register( ref={register(
type === "password" || type === "current_password" type === "password" || type === "current_password"
? { ? {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment