Updated email validation to stricter config

This commit is contained in:
Constantin Graf
2026-07-09 23:31:14 +02:00
committed by Constantin Graf
parent f01ab5fd9d
commit 024283273a
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ class UserResource extends Resource
->ignore($record?->getKey()),
])
->rule([
'email',
'email:rfc,strict',
])
->maxLength(255),
Forms\Components\Toggle::make('is_placeholder')