File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ const PasswordInputForm = ({
183183 < input type = "hidden" value = { userNameValue } id = "username" name = "username" />
184184 < input type = "hidden" value = { csrfToken } id = "_token" name = "_token" />
185185 < input type = "hidden" value = "password" id = "flow" name = "flow" />
186- < input type = "hidden" value = { loginAttempts ?? 0 } name = "login_attempts" />
187186 { shouldShowCaptcha ( ) && captchaPublicKey &&
188187 < Turnstile
189188 className = { styles . turnstile }
@@ -265,7 +264,6 @@ const OTPInputForm = ({
265264 < input type = "hidden" value = "otp" id = "flow" name = "flow" />
266265 < input type = "hidden" value = { otpCode } id = "password" name = "password" />
267266 < input type = "hidden" value = "email" id = "connection" name = "connection" />
268- < input type = "hidden" value = { loginAttempts ?? 0 } name = "login_attempts" />
269267 { shouldShowCaptcha ( ) && captchaPublicKey &&
270268 < Turnstile
271269 className = { styles . turnstile }
You can’t perform that action at this time.
0 commit comments