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

Commit

Permalink
Move error message closer to password field
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Goncalves <[email protected]>
  • Loading branch information
RafaelGoncalves8 committed Oct 15, 2021
1 parent 4fb0d02 commit 2fb802e
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 2fb802e

Please sign in to comment.