Call it scalar_token for consistency
parent
bb9316edfa
commit
75979786fc
|
@ -367,7 +367,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
getScalarInterfaceUrl: function() {
|
getScalarInterfaceUrl: function() {
|
||||||
var url = SdkConfig.get().integrations_ui_url;
|
var url = SdkConfig.get().integrations_ui_url;
|
||||||
url += "?token=" + encodeURIComponent(this.state.scalar_token);
|
url += "?scalar_token=" + encodeURIComponent(this.state.scalar_token);
|
||||||
url += "&room_id=" + encodeURIComponent(this.props.room.roomId);
|
url += "&room_id=" + encodeURIComponent(this.props.room.roomId);
|
||||||
return url;
|
return url;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue