From 5b37aca3f51f21129d8c5850f0cb42ca4fc3c7d0 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Wed, 30 Oct 2024 21:30:52 +0100 Subject: [PATCH] Update TwoFactorAuthServiceProvider.php --- src/TwoFactorAuthServiceProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TwoFactorAuthServiceProvider.php b/src/TwoFactorAuthServiceProvider.php index f303144..9dd2d79 100644 --- a/src/TwoFactorAuthServiceProvider.php +++ b/src/TwoFactorAuthServiceProvider.php @@ -270,8 +270,8 @@ protected function getAssets(): array { return [ // AlpineComponent::make('filament-2fa', __DIR__ . '/../resources/dist/components/filament-2fa.js'), - Css::make('filament-2fa-styles', __DIR__ . '/../resources/dist/filament-2fa.css'), - Js::make('filament-2fa-scripts', __DIR__ . '/../resources/dist/filament-2fa.js'), + // Css::make('filament-2fa-styles', __DIR__ . '/../resources/dist/filament-2fa.css'), + // Js::make('filament-2fa-scripts', __DIR__ . '/../resources/dist/filament-2fa.js'), ]; }