Skip to content

Commit

Permalink
Move captcha pane below additional signup fields in UI (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jun 13, 2022
1 parent d22166f commit a39be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/classic/sign_up_pane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export default class SignUpPane extends React.Component {
/>
{usernamePane}
{passwordPane}
{captchaPane}
{fields}
{captchaPane}
</div>
);
}
Expand Down

0 comments on commit a39be27

Please sign in to comment.