[+] Pointing to local for testing purposes

Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
This commit is contained in:
Charles Le Maux 2024-07-02 05:55:41 +01:00
parent 07743946db
commit 562531c6c3

View File

@ -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;