This commit is contained in:
f4ilji
2025-01-30 00:31:40 +05:00
parent bad611eb84
commit 3385dc5807
60 changed files with 1811 additions and 825 deletions
-1
View File
@@ -50,7 +50,6 @@ class UserResource extends Resource implements HasShieldPermissions
Forms\Components\TextInput::make('password')
->label('Пароль')
->password()
->default(Str::password(15))
->required(fn (string $context): bool => $context === 'create')
->dehydrated(fn ($state) => filled($state))
->maxLength(255),