diff --git a/src/components/doclive/runLlo.vue b/src/components/doclive/runLlo.vue index 41b62f0..64e1fae 100644 --- a/src/components/doclive/runLlo.vue +++ b/src/components/doclive/runLlo.vue @@ -512,7 +512,7 @@ export default { created() { //var logintoken = new URL(location.href).searchParams.get("token"); var logintoken = new URL( - "https://api-client.swarmlab.io:8088/?token=cbfd961f6a9269aff6417c0bc99e7dff266de681" + "https://api-client.swarmlab.io:8088/?token=02e3f74c54156a2a1f2f5b957c73eecf2f30ec56" ).searchParams.get("token"); this.logintoken = logintoken; // === We get the user + check for the token if exists