Skip to content

Commit

Permalink
Update TwoFactorAuthServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Oct 30, 2024
1 parent 4ca4541 commit 5b37aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TwoFactorAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
];
}

Expand Down

0 comments on commit 5b37aca

Please sign in to comment.