mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Formatting
This commit is contained in:
parent
648b295971
commit
1cb878bb57
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export default React.createClass({
|
|||
return;
|
||||
}
|
||||
// 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.getScalarToken().done((token) => {
|
||||
|
|
Loading…
Reference in a new issue