new api
This commit is contained in:
+2
-2
@@ -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 }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user