[~] Reverted testing id

This commit is contained in:
Charles Le Maux 2024-09-06 12:42:07 +02:00
parent 683a72cad5
commit 0001a78a51

View File

@ -51,7 +51,7 @@ document.addEventListener('DOMContentLoaded', () => {
buttons.forEach(button => {
button.addEventListener('click', async event => {
const action = button.dataset.action;
const token = "kPbH7QbrOzTrNcpqTnZGDJfSj3E3";
const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
const framework = document.getElementById('serverFramework').value;
const subdomain = document.getElementById('subdomain').value;
const email = document.getElementById('accountEmail').value;