Skip to content

Commit 277951e

Browse files
committed
wip
1 parent f58f5fa commit 277951e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/Resources/UserResource.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public static function form(Form $form): Form
3131
->schema(function ($livewire) {
3232
$livewire = $livewire;
3333

34-
<<<<<<< HEAD
3534
$formFields = $livewire->getFormFields();
3635

3736
return array_merge([
@@ -56,18 +55,6 @@ public static function form(Form $form): Form
5655
->live(debounce: 500),
5756
], $formFields);
5857
});
59-
=======
60-
Forms\Components\TextInput::make('password')
61-
->password()
62-
->label(__('Password'))
63-
->revealable(Filament::arePasswordsRevealable())
64-
->rule(Password::default())
65-
->autocomplete('new-password')
66-
->dehydrated(fn ($state): bool => filled($state))
67-
->dehydrateStateUsing(fn ($state): string => Hash::make($state))
68-
->live(debounce: 500),
69-
]);
70-
>>>>>>> b4ca8e6041979a6d83cd9392ccaefac7790d2916
7158
}
7259

7360
public static function table(Table $table): Table

0 commit comments

Comments
 (0)