Skip to content

Commit

Permalink
Merge pull request #411 from skeemer/patch-1
Browse files Browse the repository at this point in the history
Fix bad class reference on 2FA page
  • Loading branch information
jeffgreco13 authored Jan 15, 2025
2 parents 1f0e91f + 8d01c6b commit 2265bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/TwoFactorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function getFormSchema(): array
->extraInputAttributes(['class' => 'text-center', 'autocomplete' => $this->usingRecoveryCode ? 'off' : 'one-time-code'])
->autofocus()
->suffixAction(
FormAction::make('cancel')
Forms\Components\Actions\Action::make('cancel')
->ToolTip(__('filament-breezy::default.cancel'))
->icon('heroicon-o-x-circle')
->action(function () {
Expand Down

0 comments on commit 2265bc2

Please sign in to comment.