Skip to content

Commit 95ae9d7

Browse files
committed
chore: update deps
1 parent af4de00 commit 95ae9d7

File tree

6 files changed

+103
-103
lines changed

6 files changed

+103
-103
lines changed

app/Filament/Resources/UserResource.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ public static function form(Form $form): Form
4141
Forms\Components\TextInput::make('name')
4242
->required()
4343
->maxLength(255)
44-
->rules(['blasp_check'])
4544
->placeholder('Enter full name'),
4645
Forms\Components\TextInput::make('email')
4746
->email()
4847
->required()
4948
->unique(ignoreRecord: true)
50-
->rules(['blasp_check'])
5149
->maxLength(255)
5250
->placeholder('[email protected]'),
5351
Forms\Components\TextInput::make('password')

bun.lockb

3.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)