fix: 비밀번호 재설정 초기화 오류 개선
This commit is contained in:
@@ -35,9 +35,6 @@
|
|||||||
// } else {
|
// } else {
|
||||||
// echo json_encode(['status' => 'fail', 'message' => 'OTP 발송 실패', 'raw' => $response]);
|
// echo json_encode(['status' => 'fail', 'message' => 'OTP 발송 실패', 'raw' => $response]);
|
||||||
// }
|
// }
|
||||||
?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
header('Content-Type: application/json; charset=utf-8');
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
$email = $_POST['email'] ?? '';
|
$email = $_POST['email'] ?? '';
|
||||||
// $email = 'sdi9429@naver.com';
|
// $email = 'sdi9429@naver.com';
|
||||||
|
|||||||
@@ -35,9 +35,6 @@
|
|||||||
// } else {
|
// } else {
|
||||||
// echo json_encode(['status' => 'fail', 'message' => 'OTP 발송 실패', 'raw' => $response]);
|
// echo json_encode(['status' => 'fail', 'message' => 'OTP 발송 실패', 'raw' => $response]);
|
||||||
// }
|
// }
|
||||||
?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
header('Content-Type: application/json; charset=utf-8');
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
$email = $_POST['email'] ?? '';
|
$email = $_POST['email'] ?? '';
|
||||||
// $email = 'sdi9429@naver.com';
|
// $email = 'sdi9429@naver.com';
|
||||||
|
|||||||
Reference in New Issue
Block a user