File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414use Illuminate \Validation \Rules \Password ;
1515use Backstage \UserManagement \Exports \UserExporter ;
1616use Backstage \UserManagement \Imports \UserImporter ;
17- use Backstage \UserManagement \Widgets \StatsOverviewWidget ;
18- use Backstage \UserManagement \Resources \UserResource \Pages ;
1917
2018class UserResource extends Resource
2119{
@@ -46,8 +44,8 @@ public static function form(Form $form): Form
4644 ->revealable (Filament::arePasswordsRevealable ())
4745 ->rule (Password::default ())
4846 ->autocomplete ('new-password ' )
49- ->dehydrated (fn ($ state ): bool => filled ($ state ))
50- ->dehydrateStateUsing (fn ($ state ): string => Hash::make ($ state ))
47+ ->dehydrated (fn ($ state ): bool => filled ($ state ))
48+ ->dehydrateStateUsing (fn ($ state ): string => Hash::make ($ state ))
5149 ->live (debounce: 500 ),
5250 ]);
5351 }
You can’t perform that action at this time.
0 commit comments