Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6961 from RafaelGoncalves8/move-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Oct 18, 2021
2 parents 4fb0d02 + 2fb802e commit fd2a7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
}
Expand Down

0 comments on commit fd2a7fe

Please sign in to comment.