mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix whitespace
This commit is contained in:
parent
742ae354e5
commit
c9fe0b96b7
@ -165,11 +165,11 @@ module.exports = React.createClass({displayName: 'Login',
|
|||||||
<div className="mx_Login">
|
<div className="mx_Login">
|
||||||
<div className="mx_Login_box">
|
<div className="mx_Login_box">
|
||||||
<div className="mx_Login_logo">
|
<div className="mx_Login_logo">
|
||||||
<img src="img/logo.png" width="249" height="78" alt="vector"/>
|
<img src="img/logo.png" width="249" height="78" alt="vector"/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h2>Sign in</h2>
|
<h2>Sign in</h2>
|
||||||
{this.componentForStep(this._getCurrentFlowStep())}
|
{ this.componentForStep(this._getCurrentFlowStep()) }
|
||||||
<ServerConfig ref="serverConfig"
|
<ServerConfig ref="serverConfig"
|
||||||
withToggleButton={true}
|
withToggleButton={true}
|
||||||
defaultHsUrl={this.props.homeserverUrl}
|
defaultHsUrl={this.props.homeserverUrl}
|
||||||
@ -179,7 +179,7 @@ module.exports = React.createClass({displayName: 'Login',
|
|||||||
delayTimeMs={1000}/>
|
delayTimeMs={1000}/>
|
||||||
<div className="mx_Login_error">
|
<div className="mx_Login_error">
|
||||||
{ loader }
|
{ loader }
|
||||||
{this.state.errorText}
|
{ this.state.errorText }
|
||||||
</div>
|
</div>
|
||||||
<a className="mx_Login_create" onClick={this.props.onRegisterClick} href="#">
|
<a className="mx_Login_create" onClick={this.props.onRegisterClick} href="#">
|
||||||
Create a new account
|
Create a new account
|
||||||
|
Loading…
Reference in New Issue
Block a user