This commit is contained in:
2026-05-08 06:19:59 -07:00
parent 7d2f98b7c9
commit f946504cb8
12 changed files with 1493 additions and 140 deletions
+2 -2
View File
@@ -277,7 +277,7 @@
const emailInput = document.getElementById("email");
const orderInput = document.getElementById("order-no");
const codeInput = document.getElementById("code");
const API_BASE = "https://tapi.hifast.biz";
const API_BASE = "https://api.hifast.biz";
let countdownTimer = null;
@@ -383,7 +383,7 @@
return;
}
showStatus("success", message);
form.reset();
codeInput.value = "";
} catch (error) {
showStatus(
"error",