mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Merge pull request #6961 from RafaelGoncalves8/move-error-message
This commit is contained in:
commit
fd2a7fe0f4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue