mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
changes
This commit is contained in:
@ -21,6 +21,10 @@ from rest_framework.response import Response
|
||||
from rest_framework.permissions import IsAuthenticated
|
||||
from templated_email import send_templated_mail
|
||||
|
||||
class GoogleLoginAPIViewset(viewsets.ModelViewSet):
|
||||
"""Google Login"""
|
||||
serializer_class = SocialSignInSerializer
|
||||
|
||||
|
||||
class ChangePasswordAPIView(views.APIView):
|
||||
permission_classes = [IsAuthenticated]
|
||||
|
||||
Reference in New Issue
Block a user