feat: update

parent 8d7edfe6
......@@ -57,7 +57,7 @@ export class ElementGuacamoleComponent implements OnInit {
}
);
} else {
this._http.get_guacamole_token(User.id).subscribe(
this._http.get_guacamole_token(User.id, '').subscribe(
data => {
// /guacamole/client will redirect to http://guacamole/#/client
DataStore.guacamole_token = data['authToken'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment