mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Increased user avatar max file size from 2M to 5M
This commit is contained in:
parent
a5fa2da80c
commit
7195bd6cd6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class UserSettingsType extends AbstractType
|
|||
],
|
||||
'constraints' => [
|
||||
new File([
|
||||
'maxSize' => '2M',
|
||||
'maxSize' => '5M',
|
||||
]),
|
||||
],
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue