diff --git a/account/views.py b/account/views.py index 10a538f..c19cd4f 100644 --- a/account/views.py +++ b/account/views.py @@ -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')