문제: - showConfirm 함수 내부에서 useTranslation Hook 호출 - "Invalid hook call" 에러 발생 수정 사항: 1. showConfirm Hook 에러 수정 - ConfirmDialog 컴포넌트 분리 - 컴포넌트 내부에서 useTranslation 호출 - showConfirm은 일반 함수로 유지 2. 계정권한 탭에 삭제 버튼 추가 - account-auth-page.tsx에 삭제 기능 추가 - login-auth-info-page.tsx와 동일한 로직 적용 - 현재 로그인한 사용자가 아닐 경우에만 표시 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>