## 해결방법 1. AuthContext의 다음 코드를 변경해야합니다. ``` const redirectUri = "https://frontend-fundamentals.com/api/github/login-callback"; ``` 2. 깃헙에서 redirect_uri에 로컬호스트를 추가해야합니다. <img width="587" height="307" alt="Image" src="https://github.com/user-attachments/assets/ecb9902e-f338-4f9f-b17a-f7ce174e4597" /> ## 현재 로그인 방법 prod에서 로컬스토리지 토큰값 복사해서 로그인해야합니다.