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

pull/21833/head
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
1 changed files with 1 additions and 1 deletions

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