Update adapter.py
This commit is contained in:
parent
b60de6d2c6
commit
a02193184d
@ -24,3 +24,7 @@ class CustomSocialAccountAdapter(DefaultSocialAccountAdapter):
|
|||||||
"""
|
"""
|
||||||
url = reverse("base")
|
url = reverse("base")
|
||||||
return url
|
return url
|
||||||
|
|
||||||
|
def populate_user(self, request, sociallogin, data):
|
||||||
|
# TODO: If default global permissions are implemented, should also be here
|
||||||
|
return super().populate_user(request, sociallogin, data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user