diff --git a/src/Pages/TwoFactorPage.php b/src/Pages/TwoFactorPage.php index 3d64a04..cbd3068 100644 --- a/src/Pages/TwoFactorPage.php +++ b/src/Pages/TwoFactorPage.php @@ -52,8 +52,6 @@ protected function getFormSchema(): array '.($this->usingRecoveryCode ? __('filament-breezy::default.cancel') : __('filament-breezy::default.two_factor.recovery_code_link')) . ' '))) ->required() - ->mask('999-999') - ->dehydrateStateUsing(fn (string $state): string => str_replace('-', '', $state)) ->extraInputAttributes(['class' => 'text-center']) ->autofocus(), ];