Increased user avatar max file size from 2M to 5M

This commit is contained in:
Jan Böhmer 2023-09-24 14:46:51 +02:00
parent a5fa2da80c
commit 7195bd6cd6

View file

@ -93,7 +93,7 @@ class UserSettingsType extends AbstractType
],
'constraints' => [
new File([
'maxSize' => '2M',
'maxSize' => '5M',
]),
],
])