remove avatar from user management

This commit is contained in:
2025-07-21 09:05:51 +03:30
parent 68a5df0d2c
commit e0ff2fa9ca
6 changed files with 7 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ class ProfileController extends Controller
{
return $this->successResponse(new UserResource(auth()->user()));
}
public function changePassword(ChangePasswordRequest $request): JsonResponse
{
$user = auth()->user();