Skip to content

Commit

Permalink
Merge pull request #1 from diogogpinto/remove-assets
Browse files Browse the repository at this point in the history
Remove unused assets from getAssets method
  • Loading branch information
diogogpinto authored Oct 21, 2024
2 parents 703e8e8 + c64167e commit cec2c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AuthUIEnhancerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ protected function getAssetPackageName(): ?string
protected function getAssets(): array
{
return [
Css::make('filament-auth-ui-enhancer-styles', __DIR__ . '/../resources/dist/filament-auth-ui-enhancer.css'),
Js::make('filament-auth-ui-enhancer-scripts', __DIR__ . '/../resources/dist/filament-auth-ui-enhancer.js'),
// Css::make('filament-auth-ui-enhancer-styles', __DIR__ . '/../resources/dist/filament-auth-ui-enhancer.css'),
// Js::make('filament-auth-ui-enhancer-scripts', __DIR__ . '/../resources/dist/filament-auth-ui-enhancer.js'),
];
}

Expand Down

0 comments on commit cec2c26

Please sign in to comment.