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

Commit fd2a7fe

Browse files
authored
Merge pull request #6961 from RafaelGoncalves8/move-error-message
2 parents 4fb0d02 + 2fb802e commit fd2a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/auth/InteractiveAuthEntryComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ export class PasswordAuthEntry extends React.Component<IAuthEntryProps, IPasswor
175175
value={this.state.password}
176176
onChange={this.onPasswordFieldChange}
177177
/>
178+
{ errorSection }
178179
<div className="mx_button_row">
179180
{ submitButtonOrSpinner }
180181
</div>
181182
</form>
182-
{ errorSection }
183183
</div>
184184
);
185185
}

0 commit comments

Comments
 (0)