Skip to content

Commit 3f2ae5f

Browse files
masteradhocCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 280bf52 commit 3f2ae5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

class-two-factor-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ public static function login_html( $user, $login_nonce, $redirect_to, $error_msg
11971197
</div>
11981198
<?php endif; ?>
11991199

1200-
<?php wp_enqueue_script( 'two-factor-login-authcode' ); ?>
1200+
<?php wp_enqueue_script( 'two-factor-login-authcode' ); ?>
12011201
<?php
12021202
if ( ! function_exists( 'login_footer' ) ) {
12031203
require_once TWO_FACTOR_DIR . 'includes/function.login-footer.php';

0 commit comments

Comments
 (0)