fix: 이슈 #404, #403, #387, #370, #366 수정 #412
Open
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.
요약
5개 이슈 수정: 로그인 리다이렉션, 멘토 알림 API, 회원가입 로직, 어드민 role, 학교 정보 로딩
수정 내역
#404 - 로그인 후 페이지 리다이렉션 타이밍 이슈
#403 - 멘토 알림 API 불필요한 호출 방지
isLoading대신isInitialized를 사용하여 정확한 인증 상태 확인#387 - 회원가입 및 OAuth 로그인 후 토큰 저장 타이밍 이슈
#370 - 어드민 role 처리 개선
isInitialized사용으로 정확한 인증 상태 확인#366 - 학교 정보 로딩 실패 시 에러 로깅 추가
getUniversityDetail,getUniversitiesByText,getSearchUniversitiesByFilter등 모든 서버 API에 에러 핸들링 추가검증
관련 이슈
Closes #404
Closes #403
Closes #387
Closes #370
Closes #366