mirror of https://github.com/vector-im/riot-web
Move error message closer to password field
Signed-off-by: Rafael Goncalves <rafaelgoncalves@riseup.net>pull/21833/head
parent
4fb0d021ae
commit
2fb802eb9e
|
@ -175,11 +175,11 @@ export class PasswordAuthEntry extends React.Component<IAuthEntryProps, IPasswor
|
|||
value={this.state.password}
|
||||
onChange={this.onPasswordFieldChange}
|
||||
/>
|
||||
{ errorSection }
|
||||
<div className="mx_button_row">
|
||||
{ submitButtonOrSpinner }
|
||||
</div>
|
||||
</form>
|
||||
{ errorSection }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue