lefteris 3 years ago
parent
commit
53535393fb
  1. 2
      src/components/doclive/runLlo.vue

2
src/components/doclive/runLlo.vue

@ -623,7 +623,7 @@ export default {
// ΕΔΩ ΠΡΠΕΕΙ ΝΑ ΑΛΛΑΧΤΕΙ ΤΟ URL ΩΣΤΕ ΝΑ ΚΑΝΕΙ AUTHENTICATION
var logintoken = new URL(
"https://api-client.swarmlab.io:8088/?token=de10ccdc027cd26161b3c1923098e436d56882f0"
"https://api-client.swarmlab.io:8088/?token=4aa3c7987fc487b245d420eda649a53f68296c58"
).searchParams.get("token");
this.logintoken = logintoken;
// === We get the user + check for the token if exists

Loading…
Cancel
Save