Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 6, 2025
1 parent 4adcb74 commit 371c448
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Exception;
use Filament\Actions\Action;
use Filament\Auth\MultiFactor\Contracts\MultiFactorAuthenticationProvider;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Actions\RegenerateGoogleTwoFactorAuthenticationRecoveryCodesAction;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Actions\DisableGoogleTwoFactorAuthenticationAction;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Actions\RegenerateGoogleTwoFactorAuthenticationRecoveryCodesAction;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Actions\SetUpGoogleTwoFactorAuthenticationAction;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Contracts\HasGoogleTwoFactorAuthentication;
use Filament\Auth\MultiFactor\GoogleTwoFactor\Contracts\HasGoogleTwoFactorAuthenticationRecovery;
Expand Down
1 change: 0 additions & 1 deletion packages/panels/src/Auth/Pages/EditProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Filament\Panel;
use Filament\Schemas\Components\Component;
use Filament\Schemas\Components\Decorations\FormActionsDecorations;
use Filament\Schemas\Components\Fieldset;
use Filament\Schemas\Components\Form;
use Filament\Schemas\Components\Group;
use Filament\Schemas\Components\NestedSchema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@endphp

@if (filled($label = $getLabel()))
<div class="flex items-center gap-x-3 mb-2">
<div class="mb-2 flex items-center gap-x-3">
{{ $getDecorations($schemaComponent::BEFORE_LABEL_DECORATIONS) }}

<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@endphp

@if (filled($label = $getLabel()))
<div class="flex items-center gap-x-3 mb-2">
<div class="mb-2 flex items-center gap-x-3">
{{ $getDecorations($schemaComponent::BEFORE_LABEL_DECORATIONS) }}

<div
Expand Down

0 comments on commit 371c448

Please sign in to comment.