summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/cig_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/cig_password.html b/_includes/cig_password.html
index c49e834..5f19314 100644
--- a/_includes/cig_password.html
+++ b/_includes/cig_password.html
@@ -28,7 +28,7 @@
event.preventDefault();
} else {
const data = new URLSearchParams(new FormData(cigPassword));
- var url = new URL("https://cigpassword.eu.org/");
+ var url = new URL("https://cigpassword.hack-gpon.org/");
url.search = data.toString();
fetch(url, {mode: 'cors'}).then(response => response.json()).then(json => document.getElementById('result').value = json.password).catch((error) => {
document.getElementById('result').value = "Error!"