Skip to content

Commit

Permalink
Add flow to captcha pane
Browse files Browse the repository at this point in the history
TSLarson committed Sep 27, 2024
1 parent 85d6c6d commit b5e2a7f
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
@@ -67,7 +67,7 @@ export default class SignUpPane extends React.Component {
l.signupCaptcha(model) &&
l.signupCaptcha(model).get('required') &&
(isHRDDomain(model, databaseUsernameValue(model)) || !sso) ? (
<CaptchaPane i18n={i18n} lock={model} onReload={() => swapCaptcha(l.id(model), Flow.SIGNUP, false)} />
<CaptchaPane i18n={i18n} lock={model} flow={Flow.SIGNUP} onReload={() => swapCaptcha(l.id(model), Flow.SIGNUP, false)} />
) : null;

const passwordPane = !onlyEmail && (

0 comments on commit b5e2a7f

Please sign in to comment.