lefteris 4 years ago
parent
commit
9654ae82da
  1. 2
      src/components/doclive/runLlo.vue

2
src/components/doclive/runLlo.vue

@ -512,7 +512,7 @@ export default {
created() { created() {
//var logintoken = new URL(location.href).searchParams.get("token"); //var logintoken = new URL(location.href).searchParams.get("token");
var logintoken = new URL( var logintoken = new URL(
"https://api-client.swarmlab.io:8088/?token=cbfd961f6a9269aff6417c0bc99e7dff266de681" "https://api-client.swarmlab.io:8088/?token=02e3f74c54156a2a1f2f5b957c73eecf2f30ec56"
).searchParams.get("token"); ).searchParams.get("token");
this.logintoken = logintoken; this.logintoken = logintoken;
// === We get the user + check for the token if exists // === We get the user + check for the token if exists

Loading…
Cancel
Save