From caee917e201f6eb32e45585d018bfce969393b63 Mon Sep 17 00:00:00 2001 From: yjoonjang Date: Sun, 7 Apr 2024 05:37:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20SocialLoginView=EC=97=90=EC=84=9C=20APIV?= =?UTF-8?q?iew=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- accounts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/views.py b/accounts/views.py index 70e981d..bcab9dc 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -55,7 +55,7 @@ def kakao_login(request): ) -class KakaoLoginView(SocialLoginView): +class KakaoLoginView(APIView): @extend_schema( summary="카카오 로그인 마무리",