This commit is contained in:
oliver
2026-06-08 17:31:11 -03:00
parent 2a8c4c4515
commit 33a1165750
2 changed files with 22 additions and 36 deletions
+2 -2
View File
@@ -810,7 +810,7 @@
<script>
/* ─── Constants ────────────────────────────────────── */
const RESET_URL =
"https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698/update";
"https://admin.derez.ai/api/account/password/change";
const APP_URL = "https://app.derez.ai";
/* ─── Extract token + email from URL ──────────────── */
@@ -909,7 +909,7 @@
try {
const res = await fetch(RESET_URL, {
method: "POST",
method: "PUT",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ token, password, email }),
});