File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ module.exports = React.createClass({displayName: 'Login',
165
165
< div className = "mx_Login" >
166
166
< div className = "mx_Login_box" >
167
167
< div className = "mx_Login_logo" >
168
- < img src = "img/logo.png" width = "249" height = "78" alt = "vector" />
168
+ < img src = "img/logo.png" width = "249" height = "78" alt = "vector" />
169
169
</ div >
170
170
< div >
171
171
< h2 > Sign in</ h2 >
172
- { this . componentForStep ( this . _getCurrentFlowStep ( ) ) }
172
+ { this . componentForStep ( this . _getCurrentFlowStep ( ) ) }
173
173
< ServerConfig ref = "serverConfig"
174
174
withToggleButton = { true }
175
175
defaultHsUrl = { this . props . homeserverUrl }
@@ -179,7 +179,7 @@ module.exports = React.createClass({displayName: 'Login',
179
179
delayTimeMs = { 1000 } />
180
180
< div className = "mx_Login_error" >
181
181
{ loader }
182
- { this . state . errorText }
182
+ { this . state . errorText }
183
183
</ div >
184
184
< a className = "mx_Login_create" onClick = { this . props . onRegisterClick } href = "#" >
185
185
Create a new account
You can’t perform that action at this time.
0 commit comments