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