Actually use the RTS URL
This commit is contained in:
parent
747c0c44a6
commit
69add8fd64
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ module.exports = React.createClass({
|
||||||
<div className="mx_Login_box">
|
<div className="mx_Login_box">
|
||||||
<LoginHeader
|
<LoginHeader
|
||||||
icon={this.state.teamSelected ?
|
icon={this.state.teamSelected ?
|
||||||
"https://riot.im/rts/static/common/" +
|
this.props.teamServerConfig.teamServerURL + "/static/common/" +
|
||||||
this.state.teamSelected.domain + "/icon.png" :
|
this.state.teamSelected.domain + "/icon.png" :
|
||||||
null}
|
null}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue