diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/cig_password.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/cig_password.html b/_includes/cig_password.html index e3be28b..c49e834 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.ml/"); + var url = new URL("https://cigpassword.eu.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!" @@ -37,4 +37,4 @@ [...cigPassword.elements].map(e => e.parentNode).forEach(e => e.classList.toggle('was-validated', true)); }); </script> -</div>
\ No newline at end of file +</div> |