Skip to content
Snippets Groups Projects
Commit 3416e8ed authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix typo

parent 4daa69ff
No related branches found
No related tags found
No related merge requests found
Pipeline #196952 failed
......@@ -81,5 +81,5 @@ class SitePreferencesType(graphene.ObjectType):
def resolve_signup_visible_fields(parent, info, **kwargs):
return parent["auth__signup_visible_fields"]
def resolve_signup_address_required_fields(parent, info, **kwargs):
def resolve_signup_address_visible_fields(parent, info, **kwargs):
return parent["auth__signup_address_visible_fields"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment