feat: 비밀번호 변경 UI (헤더 잠금 아이콘 + 모달)
CI / build (push) Failing after 14m54s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 18:46:57 +09:00
parent 9e81029a7d
commit 510eb0f4f8
6 changed files with 191 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import AppSidebar from '@/components/layout/AppSidebar.vue'
import AppFooter from '@/components/layout/AppFooter.vue'
import LoginModal from '@/components/LoginModal.vue'
import SignupModal from '@/components/SignupModal.vue'
import ChangePasswordModal from '@/components/ChangePasswordModal.vue'
import { useAuthStore } from '@/stores/auth'
import { useUiStore } from '@/stores/ui'
@@ -38,6 +39,7 @@ watch(() => route.fullPath, () => ui.closeSidebar())
<LoginModal />
<SignupModal />
<ChangePasswordModal />
</template>
<style scoped>