mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[~] Reverted testing id
This commit is contained in:
parent
683a72cad5
commit
0001a78a51
@ -51,7 +51,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
buttons.forEach(button => {
|
buttons.forEach(button => {
|
||||||
button.addEventListener('click', async event => {
|
button.addEventListener('click', async event => {
|
||||||
const action = button.dataset.action;
|
const action = button.dataset.action;
|
||||||
const token = "kPbH7QbrOzTrNcpqTnZGDJfSj3E3";
|
const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
|
||||||
const framework = document.getElementById('serverFramework').value;
|
const framework = document.getElementById('serverFramework').value;
|
||||||
const subdomain = document.getElementById('subdomain').value;
|
const subdomain = document.getElementById('subdomain').value;
|
||||||
const email = document.getElementById('accountEmail').value;
|
const email = document.getElementById('accountEmail').value;
|
||||||
|
Loading…
Reference in New Issue
Block a user