feat: 로그인 페이지 추가 및 카카오 OAuth 로그인 버튼 구현 (#62)#63
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough
Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant LoginPage
participant KakaoOAuthAPI
User->>LoginPage: 페이지 접속
User->>LoginPage: "로그인좀 해볼까요~" 버튼 클릭
LoginPage->>KakaoOAuthAPI: redirectToKakaoOAuthLoginPage() 호출
KakaoOAuthAPI-->>User: Kakao OAuth 로그인 페이지로 리다이렉트
Assessment against linked issues
Assessment against linked issues: Out-of-scope changes(해당 변경사항에서 요구사항과 무관한 변경은 발견되지 않았습니다.) Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/app/(auth)/login/page.tsxOops! Something went wrong! :( ESLint: 9.27.0 ESLint couldn't find the plugin "eslint-plugin-react-hooks". (The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: The plugin "eslint-plugin-react-hooks" was referenced from the config file in " » eslint-config-next/core-web-vitals » /node_modules/.pnpm/eslint-config-next@15.3.2_eslint@9.27.0_jiti@2.4.2__typescript@5.8.3/node_modules/eslint-config-next/index.js". If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🎨 Storybook Preview: https://685a32a1c0bbd269fdb67af4-aaxhmzpzhr.chromatic.com/ |
|
This pull request (commit
|
wkdtnqls0506
left a comment
There was a problem hiding this comment.
로그인좀 해볼까요~~~~
로그인 UI 페이지에 redirectToKakaoOAuthLoginPage 연결해두겠습니다 🤩
✅ 이슈 번호
close #62
🪄 작업 내용 (변경 사항)
📸 스크린샷
💡 설명
🗣️ 리뷰어에게 전달 사항
테스트 용도로 추가해뒀어요!
📍 트러블 슈팅
Summary by CodeRabbit