fix(auth): 비자동승인 도메인 Google OAuth PENDING 안내 UX 개선 #15
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auth-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
backend/src/auth/oauthService.ts— PENDING 시 에러 throw 대신{ type: pending }반환backend/src/auth/authRouter.ts— pending 응답 처리frontend/src/services/authApi.ts—PendingApprovalError클래스 추가frontend/src/store/authStore.ts—pendingMessage상태 추가frontend/src/components/auth/LoginPage.tsx— 승인대기 안내 UI 추가