mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-09 14:31:16 +02:00
Call it scalar_token for consistency
This commit is contained in:
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…
x
Reference in New Issue
Block a user