mirror of https://github.com/vector-im/riot-web
Formatting
parent
648b295971
commit
1cb878bb57
|
@ -120,7 +120,7 @@ export default React.createClass({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Fetch the token before loading the iframe as we need to mangle the URL
|
// Fetch the token before loading the iframe as we need to mangle the URL
|
||||||
if(! this._scalarClient) {
|
if (!this._scalarClient) {
|
||||||
this._scalarClient = new ScalarAuthClient();
|
this._scalarClient = new ScalarAuthClient();
|
||||||
}
|
}
|
||||||
this._scalarClient.getScalarToken().done((token) => {
|
this._scalarClient.getScalarToken().done((token) => {
|
||||||
|
|
Loading…
Reference in New Issue