fix: uses polyfill to fix web components on safari

This commit is contained in:
2025-08-03 12:45:38 -05:00
parent 08e376babc
commit 62aa0f4554
6 changed files with 14 additions and 7 deletions

View File

@@ -36,6 +36,8 @@ class PreferencesController extends AbstractController
$formData = (array) UserPreferencesFactory::createFromUser($this->getUser());
$form = $this->createForm(UserMediaPreferencesForm::class, $formData);
// dd($form);
return $this->render(
'user/preferences.html.twig',
[