mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
@ -43,7 +43,7 @@ from guardian.serializers import GuardianProfileSerializer
|
||||
class GoogleLoginMixin(object):
|
||||
"""google login mixin"""
|
||||
@staticmethod
|
||||
def google_login(self, request):
|
||||
def google_login(request):
|
||||
"""google login function"""
|
||||
access_token = request.data.get('access_token')
|
||||
user_type = request.data.get('user_type')
|
||||
|
||||
Reference in New Issue
Block a user