feat: pass verified name flag into account settings

This commit is contained in:
Bianca Severino
2021-07-02 16:38:45 -04:00
committed by Matt Hughes
parent e203309019
commit 85dc8c8d67
9 changed files with 41 additions and 8 deletions

View File

@@ -3968,6 +3968,7 @@ ACCOUNT_VISIBILITY_CONFIGURATION["admin_fields"] = (
"year_of_birth",
"phone_number",
"activation_key",
"is_verified_name_enabled",
]
)