-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/#1/kakao social login setting #8
Merged
sean2337
merged 8 commits into
depromeet:main
from
sean2337:feature/#1/kakao-socialLogin_setting
Jul 4, 2024
+49
−0
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d665de5
feat: kakaoLogin template 생성
sean2337 8c14a40
feat: kakao login Redirection 로직 생성
sean2337 ee80b4d
Merge branch 'depromeet:main' into feature/#1/kakao-socialLogin_setting
sean2337 7c62d45
chore: #1 modify kakao social key name
sean2337 5fe51e7
chore: #1 modify backend url name
sean2337 5bd87fe
refactor: #1 Axios 인터셉터 정의 활용
sean2337 d87b6ff
chore: 소셜 로그인 데이터 타입에 대한 주석 추가
sean2337 88bb6dd
chore: 코드 간결성을 위한 type 제거
sean2337 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unchanged files with check annotations Beta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { messageAtom } from "@/store/messageAtom.tsx"; | ||
function MainPage() { | ||
const [message, setMessage] = useAtom(messageAtom); | ||
return ( | ||
<div> | ||
<span>welcome to layer 🎇</span> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
해당 부분은 Axios 인터셉터에 정의되어있는
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.
넵 코드 확인하고 수정하겠습니다!