From 4a36d91e6c7aa3b9b6cfa370476fbf81c9f334bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Fri, 2 Jan 2026 15:42:35 +0900 Subject: [PATCH] =?UTF-8?q?breadcrumb=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e34dd7e..d53effb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -284,6 +284,9 @@ page: change_password: name: "비밀번호 변경" path: "/change_password" + verify_current_password: + name: "비밀번호 변경" + path: "/verify_current_password" myapikey_register_step1: name: "앱 생성 (기본 정보)" path: "/myapikey/register/step1"