FIX_CHANGE_PASS_API

This commit is contained in:
VENKATESHWARAN 2025-11-11 15:17:26 +05:30
parent ddd59f4c98
commit 7440cdb322

View File

@ -1697,7 +1697,7 @@ class RestAuthenticationController extends AdminController
}
}else{
return $this->respond(['status' => 'failed', 'code' => 404, 'message' => 'User not found'], 404);
return $this->respond(['status' => 'failed', 'code' => 404, 'message' => 'Old password is incorrect'], 404);
}
} catch (\Throwable $th) {