Skip to content
Snippets Groups Projects
Commit eb884448 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by magicfelix
Browse files

Fix typo

parent 609fa361
No related branches found
No related tags found
2 merge requests!1788Draft: Resolve "Refactor account registration form (and generalize parts of it)",!1737Draft: Resolve "Rebuild account registration form"
Pipeline #196954 failed
......@@ -90,5 +90,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