Skip to content

Commit

Permalink
Add missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 10, 2024
1 parent eadf71b commit 93df237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/SendTwoFactorCodeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function handle(TwoFactorAuthenticationChallenged | TwoFactorAuthenticati
{
/** @var mixed $user */
$user = $event->user;
$user->notify(app(config('send_otp_class', SendOTP::class)));
$user->notify(app(config('filament-two-factor-auth.send_otp_class', SendOTP::class)));
}
}

0 comments on commit 93df237

Please sign in to comment.