Skip to content

Commit

Permalink
Per linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 14, 2025
1 parent 966285f commit b7d593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ public static function _login_form_revalidate_2fa( $nonce = '', $provider = '',
array(
'two-factor-provider' => $provider->get_key(),
'two-factor-login' => time(),
)
)
);

do_action( 'two_factor_user_revalidated', $user, $provider );
Expand Down

0 comments on commit b7d593b

Please sign in to comment.