mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[+] Pointing to local for testing purposes
Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
This commit is contained in:
parent
07743946db
commit
562531c6c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user