mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
Trick Facebook container extension to disable tracking warning, see issue https://github.com/mozilla/contain-facebook/issues/783
This commit is contained in:
parent
61680fe386
commit
f465a8d81f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue