Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 16, 2024
1 parent ccc5511 commit 42695c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Actions/EnableTwoFactorAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct(TwoFactorAuthenticationProvider $provider)
public function __invoke($user, $force = false)
{
if (empty($user->two_factor_secret) || $force === true) {

$secretLength = (int) config('fortify-options.two-factor-authentication.secret-length', 16);

$user->forceFill([
Expand Down

0 comments on commit 42695c4

Please sign in to comment.