-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#304 feat: 로그인 로직 변경 #304
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "feat#301/\uB85C\uADF8\uC778-\uB85C\uC9C1-\uBCC0\uACBD"
#304 feat: 로그인 로직 변경 #304
Conversation
src/pages/Landing.tsx
Outdated
const navigate = useNavigate(); | ||
const CLIENT_ID = import.meta.env.VITE_KAKAO_CLIENT_ID; | ||
const REDIREC_URI = import.meta.env.VITE_KAKAO_REDIRECT_URI; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오타가 있어욤 REDIRECT !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이럴수가! 꼼꼼한 검토 감사합니다
#310 feat: 출석 기수 컴포넌트 UI
…l/Weeth-FE into feat#301/로그인-로직-변경
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase 때문에 변경 파일이 많아졌습니다.... 죄송합니다 ㅜㅡㅜ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
와웅,,, 엄청 많은 것을 하셨군여 rebase 하면서 추가된 API hook들은 추후에 반영해서 수정해두도록 할게요~! 그 외에 제가 담당했던 API부분엔 문제 없는 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다 !! 수고하셨습니다 ~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파일명에 오타가 있어욤
flex-direction: column; | ||
width: 370px; | ||
max-width: 370px; | ||
padding-top: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 설정된 padding-top: 0 도 제거하는 걸 깜빡하신거겠죠??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다🥹
1. 무슨 이유로 코드를 변경했나요?
기존 자체 로그인에서 카카오 로그인으로 로직을 변경하였습니다.
2. 어떤 위험이나 장애를 발견했나요?
신규유저와 기존유저의 구분이 필요합니다.
신규 회원가입 클릭시 카카오 로그인으로 연동되는 것은 동일하나, 이후 리다이렉트 되는 페이지가 구분 되어야 합니다.
3. 관련 스크린샷을 첨부해주세요.
4. 완료 사항
5. 추가 사항
close #301