mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Formatting
This commit is contained in:
parent
648b295971
commit
1cb878bb57
@ -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…
x
Reference in New Issue
Block a user