From 562531c6c39a8b4c58174d94aa6c5116b009394c Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Tue, 2 Jul 2024 05:55:41 +0100 Subject: [PATCH] [+] Pointing to local for testing purposes Signed-off-by: Charles Le Maux --- api_sender.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_sender.html b/api_sender.html index d19b91b..e9cd2eb 100644 --- a/api_sender.html +++ b/api_sender.html @@ -47,7 +47,7 @@ document.addEventListener('DOMContentLoaded', () => { buttons.forEach(button => { button.addEventListener('click', async event => { const action = button.dataset.action; - const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53"; + const token = "CJal6RJnc7Po2vxdj3DYVhrHZQL2"; const framework = "paper"; const subdomain = document.getElementById('subdomain').value; const email = document.getElementById('accountEmail').value;