Fixup 74087cf
This commit is contained in:
parent
f71f356ea8
commit
491a38477d
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ class NoLocalSignUpAdapter(DefaultAccountAdapter):
|
|||
|
||||
class SignUpEnabledSocialAdapter(DefaultSocialAccountAdapter):
|
||||
|
||||
def is_open_for_signup(self, request):
|
||||
def is_open_for_signup(self, request, sociallogin):
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue