Trick Facebook container extension to disable tracking warning, see issue https://github.com/mozilla/contain-facebook/issues/783
parent
af3edaf9f5
commit
be9d2e0faf
|
|
@ -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"
|
||||||
? {
|
? {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue