diff --git a/src/components/Navigation.ts b/src/components/Navigation.ts index 197f9c1..83cdbdf 100644 --- a/src/components/Navigation.ts +++ b/src/components/Navigation.ts @@ -42,6 +42,10 @@ export function renderNavigation(onTabChange: (tab: string) => void) { }; const render = () => { + // 특정 전화번호 관리자 화이트리스트 + const allowedAdminMobiles = ['01086270921', '01045278434', '01042470144', '01041585840']; + const showRoleToggle = allowedAdminMobiles.includes(state.currentUserMobile || ''); + // 1. 헤더 구조 (Vercel Style: Clean Single Row) headerContainer.innerHTML = `