Skip to content

Commit

Permalink
Merge pull request #79 from resum-ai/hotfix/login
Browse files Browse the repository at this point in the history
fix: SocialLoginView에서 APIView로 수정
  • Loading branch information
yjoonjang authored Apr 6, 2024
2 parents cc30d7e + caee917 commit 8479b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def kakao_login(request):
)


class KakaoLoginView(SocialLoginView):
class KakaoLoginView(APIView):

@extend_schema(
summary="카카오 로그인 마무리",
Expand Down

0 comments on commit 8479b82

Please sign in to comment.