mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 05:28:36 +02:00
forgot this one
This commit is contained in:
parent
c508bcba95
commit
1fe573d181
@ -95,7 +95,7 @@ class EditProfile extends BaseEditProfile
|
||||
->readOnly()
|
||||
->dehydrated(false)
|
||||
->maxLength(255)
|
||||
->unique(ignoreRecord: true)
|
||||
->unique()
|
||||
->autofocus(),
|
||||
TextInput::make('email')
|
||||
->prefixIcon('tabler-mail')
|
||||
@ -103,7 +103,7 @@ class EditProfile extends BaseEditProfile
|
||||
->email()
|
||||
->required()
|
||||
->maxLength(255)
|
||||
->unique(ignoreRecord: true),
|
||||
->unique(),
|
||||
TextInput::make('password')
|
||||
->label(trans('profile.password'))
|
||||
->password()
|
||||
|
Loading…
x
Reference in New Issue
Block a user