Merge pull request #6961 from RafaelGoncalves8/move-error-message

This commit is contained in:
Germain 2021-10-18 08:43:17 +01:00 committed by GitHub
commit fd2a7fe0f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
);
}