From 817002f7982df9d5074adf1ab65fa9fa3e9e92fe Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 16 Mar 2026 12:08:48 +0900 Subject: [PATCH] =?UTF-8?q?fix(tkuser):=20=EA=B6=8C=ED=95=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=B0=98=20=ED=83=AD=20=EC=9E=90=EB=8F=99=20=EB=9D=BC=EC=9A=B0?= =?UTF-8?q?=ED=8C=85=20=E2=80=94=20=EC=A0=9C=ED=95=9C=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=9E=90=20=EC=A7=84=EC=9E=85=20=EC=8B=9C=20=EC=B2=AB=20?= =?UTF-8?q?=ED=97=88=EC=9A=A9=20=ED=83=AD=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit users 권한 없는 일반 사용자가 빈 화면(비밀번호 변경 폼만) 보이던 문제 수정. 허용된 탭으로 자동 전환하고, 탭 버튼에 data-tab 속성 추가하여 프로그래밍적 switchTab() 호출 시 active 버튼도 정확히 갱신되도록 개선. Co-Authored-By: Claude Opus 4.6 --- user-management/web/index.html | 30 ++++++++++---------- user-management/web/static/js/tkuser-core.js | 21 ++++++++------ user-management/web/static/js/tkuser-tabs.js | 9 ++++-- 3 files changed, 34 insertions(+), 26 deletions(-) diff --git a/user-management/web/index.html b/user-management/web/index.html index 1374a9b..9c3cf31 100644 --- a/user-management/web/index.html +++ b/user-management/web/index.html @@ -34,43 +34,43 @@