취소 비밀번호 변경 기능 추가 및 사용자 계정 관리 개선

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-29 09:24:23 +09:00
parent 6a992012cf
commit 9711b50b5f
13 changed files with 219 additions and 32 deletions

View File

@@ -55,8 +55,9 @@ export const ROUTE_NAMES = {
password: {
base: '/password/*',
manage: 'manage',
modifyLoginPassword: 'modifyLoginPassword'
}
modifyLoginPassword: 'change-login-password',
modifyCancelPassword: 'change-cancel-password'
},
},
vatReturn: {
base: '/vat-return/*',