Skip to content

Commit db715ea

Browse files
chore: Add PR's requested changes
1 parent 5067314 commit db715ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

resources/js/login/login.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)