diff --git a/index.html b/index.html index d3a0074..5e97880 100644 --- a/index.html +++ b/index.html @@ -33,10 +33,8 @@ mode: BoldBI.Mode.View, height: "100%", width: "100%", - authorizationServer: { - url: authorizationUrl - }, expirationTime: "100000", + token: "eyJhbGciOiJIUzIoQHN5bmNmdXNpb24uY29tIiw3N1ZWRfZGFzExNTQyNjIzLCJpc3MiOiJod9jYWxob3N0OjQ5OTk0L2JpL3NpdGUvc2l0ZTEifQ.JXhdSyRkFIwug7eQR0ZPLNhUkhy9ddoidiqlE915obE", //This is your unique user access token }); boldbiEmbedInstance.loadDashboard(); }