mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge pull request #6961 from RafaelGoncalves8/move-error-message
This commit is contained in:
commit
fd2a7fe0f4
@ -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…
x
Reference in New Issue
Block a user