Skip to content

[Refactor/#422] 카카오 소셜 로그인 코드 제거 - #423

Merged
Seojegyeong merged 2 commits into
developfrom
refactor/#422
Aug 9, 2026
Merged

[Refactor/#422] 카카오 소셜 로그인 코드 제거#423
Seojegyeong merged 2 commits into
developfrom
refactor/#422

Conversation

@Seojegyeong

@Seojegyeong Seojegyeong commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

🚨 관련 이슈

✨ 변경사항

  • 🐞 BugFix Something isn't working
  • 💻 CrossBrowsing Browser compatibility
  • 🌏 Deploy Deploy
  • 🎨 Design Markup & styling
  • 📃 Docs Documentation writing and editing (README.md, etc.)
  • ✨ Feature Feature
  • 🔨 Refactor Code refactoring
  • ⚙️ Setting Development environment setup
  • ✅ Test Test related (storybook, jest, etc.)

✏️ 작업 내용

카카오 소셜 로그인 미구현으로 잔재되어 있던 코드 제거했습니다.

  • TSocialLoginPlatform 타입에서 "kakao" 제거
  • TLoginProvider 타입에서 "KAKAO" 제거
  • Signup.tsx 카카오 로그인 버튼 및 아이콘 import 제거
  • useEmailVerification.ts KAKAO 레이블 매핑 제거
  • tokens.css --color-oauth-kakao CSS 토큰 제거
  • kakao.svg (plain) 에셋 파일 삭제

😅 미완성 작업

N/A

📢 논의 사항 및 참고 사항

  • kakao-circle.svgUpcomingPlatformCardKakaoUpcomingCard는 광고 플랫폼 연동 페이지에서 사용 중이므로 유지
  • faq.ts의 "카카오" 문구도 광고 채널 안내 텍스트로 유지

💬 리뷰어 가이드 (P-Rules)
P1: 필수 반영 (Critical) - 버그 가능성, 컨벤션 위반. 해결 전 머지 불가.
P2: 적극 권장 (Recommended) - 더 나은 대안 제시. 가급적 반영 권장.
P3: 제안 (Suggestion) - 아이디어 공유. 반영 여부는 드라이버 자율.
P4: 단순 확인/칭찬 (Nit) - 사소한 오타, 칭찬 등 피드백.

Summary by CodeRabbit

  • 변경 사항
    • 카카오 소셜 로그인 옵션이 회원가입 화면에서 제거되었습니다.
    • 이메일, Google, Naver 로그인은 계속 이용할 수 있습니다.
    • 카카오 관련 로그인 지원 및 브랜드 색상 설정이 제거되었습니다.

@Seojegyeong
Seojegyeong requested review from YermIm and jjjsun August 9, 2026 08:54
@Seojegyeong Seojegyeong self-assigned this Aug 9, 2026
@Seojegyeong Seojegyeong linked an issue Aug 9, 2026 that may be closed by this pull request
4 tasks
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: b040adb5-c1ef-4829-b9bf-9684e3f7112b

📥 Commits

Reviewing files that changed from the base of the PR and between 0c9bbeb and 592453d.

⛔ Files ignored due to path filters (1)
  • src/assets/logo/social-logo/plain/kakao.svg is excluded by !**/*.svg and included by src/**
📒 Files selected for processing (4)
  • src/hooks/auth/useEmailVerification.ts
  • src/pages/auth/Signup.tsx
  • src/styles/tokens.css
  • src/types/auth/auth.ts
💤 Files with no reviewable changes (3)
  • src/styles/tokens.css
  • src/hooks/auth/useEmailVerification.ts
  • src/pages/auth/Signup.tsx

📝 Walkthrough

Walkthrough

Kakao 로그인 관련 타입, 회원가입 UI, 인증 provider 매핑, 브랜드 색상 토큰을 제거했습니다. 이메일, Google, Naver 로그인 흐름은 유지됩니다.

Changes

인증 제공자 제거

Layer / File(s) Summary
인증 provider 타입 정리
src/types/auth/auth.ts
TSocialLoginPlatformTLoginProvider에서 Kakao 값을 제거했습니다.
회원가입 및 인증 매핑 정리
src/pages/auth/Signup.tsx, src/hooks/auth/useEmailVerification.ts
회원가입 화면의 Kakao 로그인 버튼과 아이콘을 제거했습니다. 인증 provider 표시명 매핑에서 Kakao를 제거했습니다.
브랜드 토큰 정리
src/styles/tokens.css
--color-oauth-kakao 색상 토큰을 제거했습니다.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

Possibly related PRs

Suggested labels: 🔨 Refactor

Suggested reviewers: jjjsun, yermim

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed 변경사항, 작업 내용, 미완성 작업, 참고 사항을 구체적으로 작성했고 리팩터링 항목도 선택했습니다.
Title check ✅ Passed 제목이 카카오 소셜 로그인 관련 코드 제거라는 주요 변경 사항을 정확하고 간결하게 설명합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/#422

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

📚 Storybook 배포 완료

항목 링크
📖 Storybook https://69a147b60a56365d9e2185ef-zzanzevoze.chromatic.com/
🔍 Chromatic https://www.chromatic.com/build?appId=69a147b60a56365d9e2185ef&number=589

@YermIm YermIm left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P4: 확인했습니다!

@Seojegyeong
Seojegyeong merged commit 545e248 into develop Aug 9, 2026
3 checks passed
@Seojegyeong
Seojegyeong deleted the refactor/#422 branch August 9, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♻️ [Refactor] 카카오 소셜 로그인 관련 코드 제거

2 participants