feat(user-profile): add avatar upload functionality and update UserProfile entity
This commit is contained in:
@@ -27,6 +27,10 @@ services:
|
||||
arguments:
|
||||
$projectDir: '%kernel.project_dir%'
|
||||
|
||||
App\UserProfile\Controller\UserProfileController:
|
||||
arguments:
|
||||
$projectDir: '%kernel.project_dir%'
|
||||
|
||||
App\Auth\Service\OtpService:
|
||||
arguments:
|
||||
$otpTtl: '%env(int:OTP_TTL)%'
|
||||
|
||||
Reference in New Issue
Block a user