비밀번호 확인

This commit is contained in:
kimdaae328 2025-02-10 15:10:01 +09:00
parent cb38985b08
commit 36d674e6e7

View File

@ -160,8 +160,8 @@ const handlePasswordSubmit = async () => {
try {
const requestData = {
MEMBERSEQ: 1,
LOCCMTPWD: password.value
MEMBERSEQ: 12,
LOCCMTPWD: 1234
}
console.log(requestData)